Changeset 1025:3b1ad8bc21da in lemon-0.x for src/work/marci/lp/max_flow_by_lp.cc
- Timestamp:
- 11/29/04 18:55:46 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1415
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/lp/max_flow_by_lp.cc
r1017 r1025 22 22 23 23 typedef ListGraph MutableGraph; 24 typedef SmartGraph Graph;24 typedef ListGraph Graph; 25 25 typedef Graph::Node Node; 26 26 typedef Graph::Edge Edge; … … 179 179 MinCostGenFlow<Graph, int, Excess, LCap> 180 180 min_cost(g, excess, lcap, cap, flow, cost); 181 min_cost.feasible(); 181 182 min_cost.run(); 182 183
Note: See TracChangeset
for help on using the changeset viewer.