Skip to main content

Module ilp

Module ilp 

Source
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§

ILPSolveError
A failure to produce an ILP solution optimal within backend numerical tolerances.