COIN-OR::LEMON - Graph Library

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

misc

File:
1 edited

Legend:

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

    r389 r393  
    7373    max_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow);
    7474  max_flow_test.augmentOnShortestPath();
     75  max_flow_test.augmentOnShortestPath();
     76
     77  std::cout << max_flow_test.flowValue() << std::endl;
    7578
    7679  return 0;
Note: See TracChangeset for help on using the changeset viewer.