src/work/marci/top_sort_test.cc
changeset 960 908a1a6f0752
parent 762 511200bdb71f
equal deleted inserted replaced
7:7e69e1d59233 8:dd0b9cdb3429
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #include <iostream>
     2 #include <iostream>
     3 #include <fstream>
     3 #include <fstream>
     4 #include <list>
     4 #include <list>
     5 
     5 
     6 #include <hugo/dimacs.h>
     6 #include <lemon/dimacs.h>
     7 #include <bfs_dfs_misc.h>
     7 #include <bfs_dfs_misc.h>
     8 #include <sage_graph.h>
     8 #include <sage_graph.h>
     9 #include <hugo/graph_wrapper.h>
     9 #include <lemon/graph_wrapper.h>
    10 #include <hugo/maps.h>
    10 #include <lemon/maps.h>
    11 #include <for_each_macros.h>
    11 #include <for_each_macros.h>
    12 
    12 
    13 using namespace hugo;
    13 using namespace lemon;
    14 
    14 
    15 using std::cout;
    15 using std::cout;
    16 using std::endl;
    16 using std::endl;
    17 
    17 
    18 int main() {
    18 int main() {