Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:37:27

0001 //=======================================================================
0002 // (c) Copyright Juergen Hunold 2008
0003 // Use, modification and distribution is subject to the Boost Software
0004 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0005 // http://www.boost.org/LICENSE_1_0.txt)
0006 //=======================================================================
0007 
0008 #ifndef BOOST_DEPRECATED_INCLUDE_EDMONDS_KARP_MAX_FLOW_HPP
0009 #define BOOST_DEPRECATED_INCLUDE_EDMONDS_KARP_MAX_FLOW_HPP
0010 
0011 #if defined(_MSC_VER) || defined(__BORLANDC__) && !defined(__clang__) || defined(__DMC__)
0012 #pragma message( \
0013     "Warning: This header is deprecated. Please use: boost/graph/edmonds_karp_max_flow.hpp")
0014 #elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) \
0015     || defined(__IBMCPP__) || defined(__BORLANDC__)
0016 #warning \
0017     "This header is deprecated. Please use: boost/graph/edmonds_karp_max_flow.hpp"
0018 #endif
0019 
0020 #include <boost/graph/edmonds_karp_max_flow.hpp>
0021 
0022 #endif // BOOST_DEPRECATED_INCLUDE_EDMONDS_KARP_MAX_FLOW_HPP