Changes between Version 63 and Version 64 of Ticket #20302
- Timestamp:
- 06/27/16 02:09:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20302
-
Property
Milestone
changed from
sage-7.2
tosage-7.3
-
Property
Milestone
changed from
-
Ticket #20302 – Description
v63 v64 5 5 - #15159: Segfault after deepcopy of `MixedIntegerLinearProgram` 6 6 - #20461: Fixes for copying a MIP and its variables 7 - #20462: `MixedIntegerLinearProgram`/`MIPVariable`: `get_min`, `set_min`, `get_max`, `set_max` are broken 8 - #20602: Deprecate `MixedIntegerLinearProgram.gen()`, `__call__`, `linear_function`, which do not do anything useful; add `default_variable` method 9 - #20656: `MixedIntegerLinearProgram`: Remove `_variables` dictionary 7 10 - #20657: More fixes for copying a MIP and the `MIPVariable`s created by `new_variable` 8 - #20462: `MixedIntegerLinearProgram`/`MIPVariable`: `get_min`, `set_min`, `get_max`, `set_max` are broken9 - #20656: `MixedIntegerLinearProgram`: Remove `_variables` dictionary10 - #20602: `MixedIntegerLinearProgram.gen()` does not do anything useful11 11 12 12 Frontend wishlist tickets: