src/work/marci/max_flow_demo.cc
changeset 651 a56e043aeab1
parent 646 bd7a69231cf8
child 652 4dfa1f79bf3e
     1.1 --- a/src/work/marci/max_flow_demo.cc	Thu May 20 15:40:59 2004 +0000
     1.2 +++ b/src/work/marci/max_flow_demo.cc	Thu May 20 16:57:18 2004 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  #include <max_flow.h>
     1.5  //#include <preflow_res.h>
     1.6  #include <hugo/for_each_macros.h>
     1.7 +#include <graph_concept.h>
     1.8  
     1.9  using namespace hugo;
    1.10  
    1.11 @@ -36,6 +37,7 @@
    1.12  
    1.13    typedef SageGraph MutableGraph;
    1.14  
    1.15 +  //typedef FullFeatureGraphConcept Graph;
    1.16    typedef SmartGraph Graph;
    1.17    //  typedef SageGraph Graph;
    1.18    typedef Graph::Node Node;