Changes between Version 35 and Version 36 of Ticket #20302
- Timestamp:
- 04/11/16 01:42:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20302 – Description
v35 v36 28 28 - #19525: enhancement: Improve GLPK error handling 29 29 - #20332: `CVXOPTBackend`: Set initial `problem_name` 30 - #20361: PPL backend re-solves the problem every time `get_variable_value` or `get_objective_value` is called 31 - #10232: check GLPK bound errors 32 - #20354: `PPLBackend`: Add support for integer variables 33 - #20326: `GenericBackend`: Fix doctest of `add_linear_constraint_vector` 34 - #20414: Add `copy`/`__copy__` methods to CVXOPT, PPL, InteractiveLP backends 30 35 - #18572: CVXOPT solver equations handling 31 36 - #20323: Common `TestSuite` for MIP backends 32 37 - #20325: `GenericBackend`: Add default implementation of `add_variables` and `add_linear_constraints` 33 - #20326: `GenericBackend`: Fix doctest of `add_linear_constraint_vector`34 38 - #20328: tests related to cplex / gurobi 35 - #10232: check GLPK bound errors36 - #20354: `PPLBackend`: Add support for integer variables37 39 - #20360: Add `sig_on`/`sig_off` to COINBackend 38 - #20361: PPL backend re-solves the problem every time `get_variable_value` or `get_objective_value` is called39 40 40 41 Improvements to the backend interface: