| 1 | Frontend: |
| 2 | - #20304: More error checking in MixedIntegerLinearProgram |
| 3 | |
| 4 | Backends: |
| 5 | - #20303: Fixes for add_variables in CVXOPT, PPL, GLPK MIP backends and add_linear_constraints in CVXOPT |
| 6 | |
| 7 | |
| 8 | Interactions with InteractiveLinearProgram and its dictionaries: |
| 9 | - #18734: Construct an interactive_simplex_method.LPDictionary from a MixedIntegerLinearProgram |
| 10 | - #20311: interactive_simplex_method enhancements |
| 11 | - #20296: MixedIntegerLinearProgram: New backend using InteractiveLPProblem |
| 12 | - #18735: MixedIntegerLinearProgram/HybridBackend: Reconstruct exact rational/algebraic basic solution |
| 13 | - #20203: LPCleanDictionary - floating-point helper class for interactive simplex method |
| 14 | - #18804: LPBackendDictionary - a debugging view of a MIP backend connected to interactive_simplex_method |
| 15 | |
| 16 | Interactions with polyhedra: |
| 17 | - #20301 Polyhedron.to_linear_program should return the MIP variable used |
| 18 | |
| 19 | * * * * |
| 20 | |
| 21 | To be put on separate tickets: |
| 22 | |
| 23 | Clean up MILP backend interface: |
| 24 | |