Changes between Initial Version and Version 1 of Ticket #92
- Timestamp:
- 05/16/08 09:18:35 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #92
-
Property
Milestone
changed from
to
Post 1.0
-
Property
Milestone
changed from
-
Ticket #92 – Description
initial v1 1 1 The following type of constraints are valid in the Lp system:[[BR]] 2 {{{ 2 3 LpExpr(e) >= double(l) <= double(u),[[BR]] 4 }}} 3 5 and the meaning of it is[[BR]] 6 {{{ 4 7 double(l) <= LpExpr(e) <= double(u).[[BR]] 8 }}} 5 9 The solution is easy, if an expr is on the left side of comparison, then the other bound must be also set to +/- Inf, it must not let NaN.