Type Alias: SolverHint
@kortexya/reasoninglayer / Solver / SolverHint
Type Alias: SolverHint
SolverHint =
"auto"|"prefer_cp"|"prefer_lp"
Defined in: src/types/solver.ts:46
Backend-selection hint. "auto" (default) routes CP-SAT for fully discrete
problems and HiGHS for any continuous variable.
Remarks
Wire values (snake_case): "auto", "prefer_cp", "prefer_lp".