Changes between Version 25 and Version 26 of Ticket #20302
- Timestamp:
- 04/03/16 20:17:08 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20302 – Description
v25 v26 4 4 - #13696: process chained equalities with different signs correctly 5 5 - #14540: MILP constraints are silently misunderstood 6 - #15159: Segfault after deepcopy of MixedIntegerLinearProgram6 - #15159: Segfault after deepcopy of `MixedIntegerLinearProgram` 7 7 8 8 Frontend wishlist tickets: … … 14 14 - #7790: Setting a default max/min bound when calling `MixedIntegerLinearProgram.new_variable` 15 15 - #15356: linear programming enhancements 16 - #15583: sage.numerical.linear_functions.LinearConstraintis not a hashable type16 - #15583: `sage.numerical.linear_functions.LinearConstraint` is not a hashable type 17 17 18 18 Improvements to backends: