src/work/marci/top_sort_test.cc
changeset 567 efaa79ee8d14
parent 552 83c22ca968d8
child 577 e8703f0a6e2f
equal deleted inserted replaced
1:ea1b0130601a 2:816220801d85
     4 #include <list>
     4 #include <list>
     5 
     5 
     6 #include <hugo/dimacs.h>
     6 #include <hugo/dimacs.h>
     7 #include <bfs_dfs_misc.h>
     7 #include <bfs_dfs_misc.h>
     8 #include <list_graph.h>
     8 #include <list_graph.h>
     9 #include <graph_wrapper.h>
     9 #include <hugo/graph_wrapper.h>
    10 
    10 
    11 using namespace hugo;
    11 using namespace hugo;
    12 
    12 
    13 int main() {
    13 int main() {
    14   typedef ListGraph Graph;
    14   typedef ListGraph Graph;