Expand description
Core types, constants, and nalgebra type aliases. Core types and constants shared across the crate.
Structs§
- Solver
Stats - Statistics returned by the solver alongside the solution.
Enums§
- Exit
Code - Solver exit status.
Constants§
- CONSTR_
TOL - Constraint feasibility tolerance for f32 (matches C
AS_CONSTR_TOLwithAS_SINGLE_FLOAT).