src/work/marci/bipartite_graph_wrapper_test.cc
changeset 642 e812963087f0
parent 640 d426dca0aaf7
child 762 511200bdb71f
     1.1 --- a/src/work/marci/bipartite_graph_wrapper_test.cc	Fri May 14 18:08:29 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_graph_wrapper_test.cc	Fri May 14 18:28:57 2004 +0000
     1.3 @@ -3,7 +3,7 @@
     1.4  #include <fstream>
     1.5  #include <vector>
     1.6  
     1.7 -#include <list_graph.h>
     1.8 +#include <sage_graph.h>
     1.9  //#include <smart_graph.h>
    1.10  //#include <dimacs.h>
    1.11  #include <hugo/time_measure.h>
    1.12 @@ -17,7 +17,7 @@
    1.13  using namespace hugo;
    1.14  
    1.15  int main() {
    1.16 -  typedef UndirListGraph Graph; 
    1.17 +  typedef UndirSageGraph Graph; 
    1.18    typedef Graph::Node Node;
    1.19    typedef Graph::NodeIt NodeIt;
    1.20    typedef Graph::Edge Edge;