src/hugo/min_cost_flow.h
changeset 901 69a8e672acb1
parent 899 f485b3008cf5
child 906 17f31d280385
equal deleted inserted replaced
0:7c637b01e310 1:1e9938c9a4f8
     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