Expand description
Structs§
- ILP
- Integer Linear Programming (ILP) problem.
- Linear
Constraint - A linear constraint: sum of (coefficient * variable) {<=, >=, ==} rhs.
- QUBO
- The QUBO (Quadratic Unconstrained Binary Optimization) problem.
- Spin
Glass - The Spin Glass (Ising model) problem.
- VarBounds
- Variable bounds (None = unbounded in that direction).
Enums§
- Comparison
- Comparison operator for linear constraints.
- Objective
Sense - Optimization direction for the ILP.