Expand description
ILP (Integer Linear Programming) solver module.
This module provides an ILP solver using the HiGHS solver via the good_lp crate.
It is only available when the ilp feature is enabled.
Structs§
- ILPSolver
- An ILP solver using the HiGHS backend.
Enums§
- ILPSolve
Error - A failure to produce an ILP solution optimal within backend numerical tolerances.