src/work/peter/hierarchygraph_test.cc
changeset 921 818510fa3d99
parent 690 a0f95e1b17fc
equal deleted inserted replaced
1:e8a42d3bcc1a 2:67d3ce0fa618
     1 #include <string>
     1 #include <string>
     2 #include <iostream>
     2 #include <iostream>
     3 #include <stdio.h>
     3 #include <stdio.h>
     4 
     4 
     5 #include "hierarchygraph.h"
     5 #include "hierarchygraph.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) {