equal
deleted
inserted
replaced
1 // -*- C++ -*- |
1 // -*- C++ -*- |
2 #ifndef HUGO_MAX_FLOW_H |
2 #ifndef LEMON_MAX_FLOW_H |
3 #define HUGO_MAX_FLOW_H |
3 #define LEMON_MAX_FLOW_H |
4 |
4 |
5 ///\ingroup galgs |
5 ///\ingroup galgs |
6 ///\file |
6 ///\file |
7 ///\brief Maximum flow algorithm. |
7 ///\brief Maximum flow algorithm. |
8 |
8 |
20 #include <for_each_macros.h> |
20 #include <for_each_macros.h> |
21 |
21 |
22 /// \file |
22 /// \file |
23 /// \brief Dimacs file format reader. |
23 /// \brief Dimacs file format reader. |
24 |
24 |
25 namespace hugo { |
25 namespace lemon { |
26 |
26 |
27 /// \addtogroup galgs |
27 /// \addtogroup galgs |
28 /// @{ |
28 /// @{ |
29 |
29 |
30 ///Maximum flow algorithms class. |
30 ///Maximum flow algorithms class. |
1125 |
1125 |
1126 |
1126 |
1127 |
1127 |
1128 /// @} |
1128 /// @} |
1129 |
1129 |
1130 } //END OF NAMESPACE HUGO |
1130 } //END OF NAMESPACE LEMON |
1131 |
1131 |
1132 #endif //HUGO_MAX_FLOW_H |
1132 #endif //LEMON_MAX_FLOW_H |
1133 |
1133 |
1134 |
1134 |
1135 |
1135 |
1136 |
1136 |