Changeset 809:03887b5e0f6f in lemon
- Timestamp:
- 08/06/09 20:31:04 (15 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/min_mean_cycle.h
r808 r809 254 254 /// 255 255 /// \return <tt>(*this)</tt> 256 /// 257 /// \sa cycle() 258 MinMeanCycle& cyclePath(Path &path) { 256 MinMeanCycle& cycle(Path &path) { 259 257 if (_local_path) { 260 258 delete _cycle_path; … … 390 388 /// \pre \ref run() or \ref findCycle() must be called before using 391 389 /// this function. 392 ///393 /// \sa cyclePath()394 390 const Path& cycle() const { 395 391 return *_cycle_path;
Note: See TracChangeset
for help on using the changeset viewer.