COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
08/17/04 13:20:16 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1024
Message:

technical corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/bipartite_graph_wrapper_test.cc

    r642 r762  
    88//#include <dimacs.h>
    99#include <hugo/time_measure.h>
    10 #include <hugo/for_each_macros.h>
     10#include <for_each_macros.h>
    1111#include <bfs_dfs.h>
    1212#include <hugo/graph_wrapper.h>
    1313#include <bipartite_graph_wrapper.h>
    1414#include <hugo/maps.h>
    15 #include <max_flow.h>
     15#include <hugo/max_flow.h>
     16#include <augmenting_flow.h>
    1617
    1718using namespace hugo;
     
    134135  }
    135136 
    136   MaxFlow<stGW, int, ConstMap<stGW::Edge, int>, stGW::EdgeMap<int> >
     137  AugmentingFlow<stGW, int, ConstMap<stGW::Edge, int>, stGW::EdgeMap<int> >
    137138    max_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow);
    138139  while (max_flow_test.augmentOnShortestPath()) { }
Note: See TracChangeset for help on using the changeset viewer.