Changes between Initial Version and Version 3 of Ticket #20876
- Timestamp:
- May 12, 2017, 12:07:29 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20876
- Property Cc vdelecroix added
-
Property
Milestone
changed from
sage-7.3
tosage-8.0
-
Ticket #20876 – Description
initial v3 2 2 and prints a lot of things on the screen while solving (see tests in #20424). 3 3 4 {{{ 5 sage: p = MixedIntegerLinearProgram(solver="GLPK/exact") 6 sage: p.get_backend().set_verbosity(0) 7 sage: TestSuite(p.get_backend()).run(skip="_test_pickling") 8 glp_exact: 5 rows, 1 columns, 4 non-zeros 9 GNU MP bignum library is being used 10 ... 11 }}} 12 4 13 Since we're already patching GLPK (see #20710), should we patch this as well?