Changes between Version 26 and Version 27 of Ticket #20302
- Timestamp:
- 04/04/16 07:32:26 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20302 – Description
v26 v27 25 25 - #20324: MIP backends: Unify `add_col`, `add_variable` 26 26 - #20325: `GenericBackend`: Add default implementation of `add_variables` and `add_linear_constraints` 27 - #20326: `GenericBackend`: Fix doctest of add_linear_constraint_vector27 - #20326: `GenericBackend`: Fix doctest of `add_linear_constraint_vector` 28 28 - #20328: tests related to cplex / gurobi 29 29 - #10232: check GLPK bound errors 30 - #2035 1: `sage.libs.ppl.MIP_Problem` and`PPLBackend`: Add support for integer variables30 - #20354: `PPLBackend`: Add support for integer variables 31 31 32 32 Improvements to underlying libraries: 33 - #19903 crash with MIP_Problem 33 - #19903 crash with `MIP_Problem` 34 - #20351: `sage.libs.ppl.MIP_Problem`: Add support for integer variables 34 35 35 36 New backends: