Changeset 2538:7bdd328de87a in lemon-0.x
- Timestamp:
- 12/10/07 17:34:31 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3415
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/dijkstra.h
r2537 r2538 65 65 return std::numeric_limits<Value>::max(); 66 66 } 67 /// \brief Gives back the m aximum of the given two elements.67 /// \brief Gives back the minimum of the given two elements. 68 68 static Value plus(const Value& left, const Value& right) { 69 69 return std::min(left, right);
Note: See TracChangeset
for help on using the changeset viewer.