Properties
The date range to schedule.
Fixed assignments from a prior solve (e.g., rolling schedule).
These are injected as fixed variables in the solver.Not yet implemented. Providing pinned assignments throws an error.
Strategy used by the solver.
{ type: "optimize" } optimizes objectives and soft constraints.
{ type: "feasibility-only" } finds any hard-feasible solution, ignoring
objectives, soft-constraint penalties, and objective-derived metadata such
as cost.Solver time limit in seconds.