COIN-OR::LEMON - Graph Library

Changeset 762:03887b5e0f6f in lemon-1.2 for lemon


Ignore:
Timestamp:
08/06/09 20:31:04 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Rename cyclePath() to cycle() in MinMeanCycle? (#179)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/min_mean_cycle.h

    r761 r762  
    254254    ///
    255255    /// \return <tt>(*this)</tt>
    256     ///
    257     /// \sa cycle()
    258     MinMeanCycle& cyclePath(Path &path) {
     256    MinMeanCycle& cycle(Path &path) {
    259257      if (_local_path) {
    260258        delete _cycle_path;
     
    390388    /// \pre \ref run() or \ref findCycle() must be called before using
    391389    /// this function.
    392     ///
    393     /// \sa cyclePath()
    394390    const Path& cycle() const {
    395391      return *_cycle_path;
Note: See TracChangeset for help on using the changeset viewer.