lemon/csp.h
changeset 2376 0ed45a6c74b1
parent 2373 134639e6ea45
child 2377 83775fab25dc
equal deleted inserted replaced
1:318d1ca9aae7 2:d6dd3b41e1ae
    17  */
    17  */
    18 
    18 
    19 #ifndef LEMON_CSP_H
    19 #ifndef LEMON_CSP_H
    20 #define LEMON_CSP_H
    20 #define LEMON_CSP_H
    21 
    21 
    22 ///\ingroup flowalgs
    22 ///\ingroup approx
    23 ///\file
    23 ///\file
    24 ///\brief Algorithm for the Resource Constrained Shortest Path problem.
    24 ///\brief Algorithm for the Resource Constrained Shortest Path problem.
    25 ///
    25 ///
    26 ///
    26 ///
    27 ///\todo dijkstraZero() solution should be revised.
    27 ///\todo dijkstraZero() solution should be revised.