Changeset 1536:308150155bb5 in lemon-0.x for lemon/lp_base.h
- Timestamp:
- 07/04/05 18:27:54 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2028
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/lp_base.h
r1508 r1536 400 400 401 401 ///\return 402 ///- -\ref INF: the constraint is lower unbounded.403 ///- -\ref NaN: lower bound has not been set.402 ///- \ref INF "INF": the constraint is lower unbounded. 403 ///- \ref NaN "NaN": lower bound has not been set. 404 404 ///- finite number: the lower bound 405 405 Value &lowerBound() { return _lb; } … … 409 409 410 410 ///\return 411 ///- -\ref INF: the constraint is upper unbounded.412 ///- -\ref NaN: upper bound has not been set.411 ///- \ref INF "INF": the constraint is upper unbounded. 412 ///- \ref NaN "NaN": upper bound has not been set. 413 413 ///- finite number: the upper bound 414 414 Value &upperBound() { return _ub; }
Note: See TracChangeset
for help on using the changeset viewer.