src/work/peter/edgepathgraph_test.cc
changeset 923 acbef5dd0e65
parent 677 af3b5c85a227
child 986 e997802b855c
equal deleted inserted replaced
0:898635a979ee 1:e832f1ede965
     1 #include <string>
     1 #include <string>
     2 #include <iostream>
     2 #include <iostream>
     3 #include <stdio.h>
     3 #include <stdio.h>
     4 
     4 
     5 #include "edgepathgraph.h"
     5 #include "edgepathgraph.h"
     6 #include <hugo/list_graph.h>
     6 #include <lemon/list_graph.h>
     7 #include <hugo/smart_graph.h>
     7 #include <lemon/smart_graph.h>
     8 #include <path.h>
     8 #include <path.h>
     9 
     9 
    10 using namespace hugo;
    10 using namespace lemon;
    11 using namespace std;
    11 using namespace std;
    12 
    12 
    13 bool passed = true;
    13 bool passed = true;
    14 
    14 
    15 void check(bool rc) {
    15 void check(bool rc) {