equal
deleted
inserted
replaced
1 // -*- c++ -*- |
1 // -*- c++ -*- |
2 #ifndef HUGO_MINCOSTFLOWS_H |
2 #ifndef HUGO_MIN_COST_FLOW_H |
3 #define HUGO_MINCOSTFLOWS_H |
3 #define HUGO_MIN_COST_FLOW_H |
4 |
4 |
5 ///\ingroup flowalgs |
5 ///\ingroup flowalgs |
6 ///\file |
6 ///\file |
7 ///\brief An algorithm for finding a flow of value \c k (for small values of \c k) having minimal total cost |
7 ///\brief An algorithm for finding a flow of value \c k (for small values of \c k) having minimal total cost |
8 |
8 |
236 |
236 |
237 ///@} |
237 ///@} |
238 |
238 |
239 } //namespace hugo |
239 } //namespace hugo |
240 |
240 |
241 #endif //HUGO_MINCOSTFLOWS_H |
241 #endif //HUGO_MIN_COST_FLOW_H |