COIN-OR::LEMON - Graph Library

Changeset 2538:7bdd328de87a in lemon-0.x for lemon


Ignore:
Timestamp:
12/10/07 17:34:31 (16 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3415
Message:

Bug fix in doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dijkstra.h

    r2537 r2538  
    6565      return std::numeric_limits<Value>::max();
    6666    }
    67     /// \brief Gives back the maximum of the given two elements.
     67    /// \brief Gives back the minimum of the given two elements.
    6868    static Value plus(const Value& left, const Value& right) {
    6969      return std::min(left, right);
Note: See TracChangeset for help on using the changeset viewer.