equal
deleted
inserted
replaced
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() |