Changeset 1908:e225719bde6b in lemon-0.x
- Timestamp:
- 01/26/06 07:44:22 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2483
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/lp_base.h
r1900 r1908 233 233 ///- Numbers (<tt>double</tt>'s) 234 234 ///and variables (\ref Col "Col"s) directly convert to an 235 ///\ref Expr and the usual linear operations are defined so235 ///\ref Expr and the usual linear operations are defined, so 236 236 ///\code 237 237 ///v+w … … 359 359 /// and thus they can be used directly e.g. in \ref addRow() whenever 360 360 /// it makes sense. 361 /// 361 ///\code 362 362 /// e<=s 363 363 /// e<=f 364 /// e==f 364 365 /// s<=e<=t 365 366 /// e>=t 366 /// 367 ///\endcode 367 368 ///\warning The validity of a constraint is checked only at run time, so 368 369 ///e.g. \ref addRow(<tt>x[1]\<=x[2]<=5</tt>) will compile, but will throw a … … 464 465 ///- Numbers (<tt>double</tt>'s) 465 466 ///and variables (\ref Row "Row"s) directly convert to an 466 ///\ref DualExpr and the usual linear operations are defined so467 ///\ref DualExpr and the usual linear operations are defined, so 467 468 ///\code 468 469 ///v+w
Note: See TracChangeset
for help on using the changeset viewer.