test/dijkstra_test.cc
changeset 2325 d6ec469aa019
parent 2297 49c8d69c0640
child 2335 27aa03cd3121
equal deleted inserted replaced
9:3b50fc249c18 10:bfb6ca7ecf30
    22 #include <lemon/path.h>
    22 #include <lemon/path.h>
    23 #include <lemon/maps.h>
    23 #include <lemon/maps.h>
    24 #include <lemon/concepts/graph.h>
    24 #include <lemon/concepts/graph.h>
    25 #include <lemon/concepts/maps.h>
    25 #include <lemon/concepts/maps.h>
    26 using namespace lemon;
    26 using namespace lemon;
    27 
       
    28 blabla
       
    29 
    27 
    30 const int PET_SIZE =5;
    28 const int PET_SIZE =5;
    31 
    29 
    32 
    30 
    33 void check_Dijkstra_BinHeap_Compile() 
    31 void check_Dijkstra_BinHeap_Compile()