equal
deleted
inserted
replaced
14 * express or implied, and with no claim as to its suitability for any |
14 * express or implied, and with no claim as to its suitability for any |
15 * purpose. |
15 * purpose. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #ifndef LEMON_MIN_COST_FLOW_H |
19 #ifndef LEMON_SSP_MIN_COST_FLOW_H |
20 #define LEMON_MIN_COST_FLOW_H |
20 #define LEMON_SSP_MIN_COST_FLOW_H |
21 |
21 |
22 ///\ingroup min_cost_flow |
22 ///\ingroup min_cost_flow |
23 /// |
23 /// |
24 ///\file |
24 ///\file |
25 ///\brief An algorithm for finding a flow of value \c k (for |
25 ///\brief An algorithm for finding a flow of value \c k (for |
256 |
256 |
257 ///@} |
257 ///@} |
258 |
258 |
259 } //namespace lemon |
259 } //namespace lemon |
260 |
260 |
261 #endif //LEMON_MIN_COST_FLOW_H |
261 #endif //LEMON_SSP_MIN_COST_FLOW_H |