lemon/ssp_min_cost_flow.h
changeset 2406 0ffc78641b34
parent 2391 14a343be7a5a
child 2408 467ca6d16556
equal deleted inserted replaced
3:3876724c32b1 4:727eaa72a5bd
    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