equal
deleted
inserted
replaced
1 #include <iostream> |
1 #include <iostream> |
2 //#include "test_tools.h" |
2 //#include "test_tools.h" |
3 #include <hugo/list_graph.h> |
3 #include <lemon/list_graph.h> |
4 #include <mincostflow.h> |
4 #include <mincostflow.h> |
5 //#include <path.h> |
5 //#include <path.h> |
6 //#include <maps.h> |
6 //#include <maps.h> |
7 |
7 |
8 using namespace std; |
8 using namespace std; |
9 using namespace hugo; |
9 using namespace lemon; |
10 |
10 |
11 |
11 |
12 |
12 |
13 bool passed = true; |
13 bool passed = true; |
14 |
14 |