Changeset 698:3adf5e2d1e62 in lemon for lemon/matching.h
- Timestamp:
- 05/07/09 02:07:59 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/matching.h
r641 r698 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.