Changes between Version 1 and Version 14 of Ticket #20424
- Timestamp:
- 05/26/16 19:27:31 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20424
-
Property
Status
changed from
new
toneeds_review
- Property Cc jdemeyer chapoton nbruin added
-
Property
Summary
changed from
More tests for common MIP TestSuite
toMore tests for common MIP TestSuite: add_col, solve; some fixes for backends
-
Property
Dependencies
changed from
#20323
to#20323,#20600,#20325
-
Property
Branch
changed from
to
u/mkoeppe/backend_testsuite_failing_tests
-
Property
Commit
changed from
to
07c9c5dd48f4911e1f249698c3c13892af4a06f1
-
Property
Status
changed from
-
Ticket #20424 – Description
v1 v14 1 1 Split out from #20323. 2 3 This patch adds new _test methods for `add_col`, `solve`, and for #18572 (but disabled for CVXOPT, where it fails). 4 To make the new test methods happy, 5 - implement `add_col` for Gurobi; 6 - fix Gurobi's treatment of unbounded variables; 7 - fix CPLEX unboundedness detection. 2 8 3 9 From dimpase: