Changes between Version 3 and Version 4 of Ticket #7311
- Timestamp:
- 01/15/10 15:58:22 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7311 – Description
v3 v4 1 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 ) 2 3 Also fixes an important bug (copy was used instead of deepcopy, which produced wrong results)