Changeset 407:db3251947eba in lemon
- Timestamp:
- 11/30/08 00:48:07 (17 years ago)
- Branch:
- default
- Phase:
- public
- Files:
- 
          - 2 edited
 
 - 
          lemon/preflow.h (modified) (1 diff)
- 
          test/preflow_test.cc (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        lemon/preflow.hr406 r407 446 446 /// \return %False when the given \c flowMap is not a preflow. 447 447 template <typename FlowMap> 448 bool flowInit(const FlowMap& flowMap) {448 bool init(const FlowMap& flowMap) { 449 449 createStructures(); 450 450 
- 
        test/preflow_test.ccr406 r407 56 56 57 57 preflow_test.init(); 58 preflow_test. flowInit(cap);58 preflow_test.init(cap); 59 59 preflow_test.startFirstPhase(); 60 60 preflow_test.startSecondPhase(); … … 154 154 155 155 for(ArcIt e(g); e!=INVALID; ++e) cap[e]=2*cap[e]; 156 preflow_test. flowInit(flow);156 preflow_test.init(flow); 157 157 preflow_test.startFirstPhase(); 158 158 
Note: See TracChangeset
          for help on using the changeset viewer.
      

