Changeset 372:e6a156fc186d in lemon-0.x for src/work/jacint/preflowproba.h
- Timestamp:
- 04/22/04 16:11:28 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@502
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/jacint/preflowproba.h
r370 r372 303 303 int l=level[v]+1; 304 304 305 ResInEdgeIt e;305 /* ResInEdgeIt e; 306 306 for(res_graph.first(e,s); res_graph.valid(e); 307 307 res_graph.next(e)) { … … 315 315 } 316 316 } 317 }318 /*InEdgeIt e;317 }*/ 318 InEdgeIt e; 319 319 for(G.first(e,v); G.valid(e); G.next(e)) { 320 320 if ( capacity[e] == flow[e] ) continue; … … 342 342 } 343 343 } 344 } */344 } 345 345 } 346 346 b=n-2;
Note: See TracChangeset
for help on using the changeset viewer.