lemon/csp.h
changeset 2378 c479eab00a18
parent 2376 0ed45a6c74b1
child 2386 81b47fc5c444
equal deleted inserted replaced
2:d6dd3b41e1ae 3:2710c788ff6f
    33 #include <lemon/tolerance.h>
    33 #include <lemon/tolerance.h>
    34 #include <lemon/dijkstra.h>
    34 #include <lemon/dijkstra.h>
    35 #include <lemon/path.h>
    35 #include <lemon/path.h>
    36 #include <lemon/counter.h>
    36 #include <lemon/counter.h>
    37 namespace lemon {
    37 namespace lemon {
       
    38 
       
    39   ///\ingroup approx
    38   
    40   
    39   ///Algorithms for the Resource Constrained Shortest Path Problem
    41   ///Algorithms for the Resource Constrained Shortest Path Problem
    40   
    42   
    41   ///The Resource Constrained Shortest (Least Cost) Path problem is the
    43   ///The Resource Constrained Shortest (Least Cost) Path problem is the
    42   ///following. We are given a directed graph with two additive weightings
    44   ///following. We are given a directed graph with two additive weightings