COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
12/06/04 12:56:10 (19 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1421
Message:

:-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/lp/max_flow_by_lp.cc

    r1025 r1031  
    1111#include <augmenting_flow.h>
    1212//#include <preflow_res.h>
    13 #include <lp_solver_wrapper.h>
     13//#include <lp_solver_wrapper_2.h>
    1414#include <min_cost_gen_flow.h>
    1515
     
    180180    min_cost(g, excess, lcap, cap, flow, cost);
    181181  min_cost.feasible();
    182   min_cost.run();
     182  min_cost.runByLP();
    183183
    184184  std::cout << "elapsed time: " << ts << std::endl;
Note: See TracChangeset for help on using the changeset viewer.