Changeset 329:0dade87d013b in lemon-0.x for src/work
- Timestamp:
- 04/15/04 10:06:43 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@447
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/athos/minlengthpaths.h
r328 r329 84 84 85 85 86 ///Runs the algorithm 86 ///Runs the algorithm. 87 88 ///Runs the algorithm. 87 89 ///Returns k if there are at least k edge-disjoint paths from s to t. 88 ///Otherwise it returns the number of edge-disjoint paths from s to t.90 ///Otherwise it returns the number of found edge-disjoint paths from s to t. 89 91 int run(Node s, Node t, int k) { 90 92 ConstMap const1map(1);
Note: See TracChangeset
for help on using the changeset viewer.