Changes between Version 2 and Version 3 of Ticket #7311
- Timestamp:
- 01/15/10 15:56:55 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7311
-
Property
Status
changed from
new
toneeds_review
-
Property
Summary
changed from
Change min/max arguments of MixedIntegerLinearProgram
toImprove the add_constraint method from MixedIntegerLinearProgram
-
Property
Status
changed from
-
Ticket #7311 – Description
v2 v3 1 The min and max arguments should accept variables too, and not just real values or None. 1 The min and max arguments should accept variables too, and not just real values or None. This is now possible, along with more complex expressions inside of add_constraint and without even using min/max ( which are still the most efficient way to define constraints )