v9.8-rte1.0
First release using the 9.8 Google version
SCIP
support ON
Notable changes
- Update to Ortools 9.8
- Cleaner
Xpress
interface - Refactoring of the Xpress and Sirius unit tests (coherently to Google conventions)
- Cleaner CI GitHub Actions
- Xpress unit tests do not use macros anymore
breaking changes
- callbacks for Java and Python are not availables
- for Xpress, in order to give to MPSolver a starting basis:
MPSolver::SetStartingLpBasisInt
is deprecated (available since v9.5-rte4.0)MPSolver::GetFinalLpBasisInt
is deprecated (available since v9.5-rte4.0)MPSolver::SetStartingLpBasis
must be used insteadSetStartingLpBasisInt
MPVariable::basis_status()
andMPConstraint::basis_status()
must be used instead ofMPSolver::GetFinalLpBasisInt
to retrieve the statuses variable by variable or constraint by constraint