solve_employee_shift_scheduling
Optimize employee shift scheduling by assigning staff to shifts based on availability, requirements, and constraints. Ideal for businesses needing efficient workforce coverage.
Instructions
Solve Employee Shift Scheduling to assign employees to shifts optimally.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
days | Yes | ||
employee_constraints | No | ||
employees | Yes | ||
shifts | Yes | ||
time_limit_seconds | No |