Skip to main content
Parsed solver result with assignments and metadata.

Properties

ShiftAssignment[]
required
The shift assignments extracted from the solution.
error?: string
Error message if the solver returned an error status.
statistics?: object
Solver performance statistics (branches, conflicts, solve time).
"OPTIMAL" | "FEASIBLE" | "INFEASIBLE" | "TIMEOUT" | "ERROR"
required
The solver outcome: OPTIMAL, FEASIBLE, INFEASIBLE, TIMEOUT, or ERROR.