COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/hartmann_orlin.h

    r914 r891  
    406406    /// \pre \ref run() or \ref findMinMean() must be called before
    407407    /// using this function.
    408     Value cycleLength() const {
    409       return static_cast<Value>(_best_length);
     408    LargeValue cycleLength() const {
     409      return _best_length;
    410410    }
    411411
Note: See TracChangeset for help on using the changeset viewer.