lemon/suurballe.h
changeset 596 ba659d676331
parent 463 88ed40ad0d4f
child 606 c5fd2d996909
equal deleted inserted replaced
3:6dcf6d36bdcf 4:c294dcbb3735
    25 /// nodes having minimum total length.
    25 /// nodes having minimum total length.
    26 
    26 
    27 #include <vector>
    27 #include <vector>
    28 #include <lemon/bin_heap.h>
    28 #include <lemon/bin_heap.h>
    29 #include <lemon/path.h>
    29 #include <lemon/path.h>
       
    30 #include <lemon/list_graph.h>
       
    31 #include <lemon/maps.h>
    30 
    32 
    31 namespace lemon {
    33 namespace lemon {
    32 
    34 
    33   /// \addtogroup shortest_path
    35   /// \addtogroup shortest_path
    34   /// @{
    36   /// @{