Changes between Version 47 and Version 48 of Ticket #20302
- Timestamp:
- 04/28/16 01:02:12 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20302 – Description
v47 v48 73 73 - #18734: Construct an `interactive_simplex_method.LPDictionary` from a `MixedIntegerLinearProgram` 74 74 - #20311: `interactive_simplex_method` enhancements 75 - #20500: `LPAbstractDictionary`: Refactor `leaving_coefficients`, `entering_coefficients` using new methods `row_coefficients`, `column_coefficients` 75 76 - #20203: `LPCleanDictionary` - floating-point helper class for interactive simplex method 76 77 - #18804: `LPBackendDictionary` - a debugging view of a MIP backend connected to `interactive_simplex_method` … … 85 86 - #20416: Various callers of `MixedIntegerLinearProgram` should accept and pass through a solver argument 86 87 - #20447: Wrong result from `delsarte_bound_additive_hamming_space` with GLPK exact simplex 88 89 SDP: 90 - #20506: dual variables handling in SDP solver(s)