Changes in lemon/matching.h [594:d657c71db7db:651:3adf5e2d1e62] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/matching.h
r594 r651 500 500 /// This function runs the original Edmonds' algorithm. 501 501 /// 502 /// \pre \ref Init(), \ref greedyInit() or \ref matchingInit() must be502 /// \pre \ref init(), \ref greedyInit() or \ref matchingInit() must be 503 503 /// called before using this function. 504 504 void startSparse() { … … 519 519 /// shrinks, therefore resulting in a faster algorithm for dense graphs. 520 520 /// 521 /// \pre \ref Init(), \ref greedyInit() or \ref matchingInit() must be521 /// \pre \ref init(), \ref greedyInit() or \ref matchingInit() must be 522 522 /// called before using this function. 523 523 void startDense() {
Note: See TracChangeset
for help on using the changeset viewer.