employee-scheduling
employee-scheduling copied to clipboard
Schedule employees using a constrained quadratic model with a hybrid solver.
Adds an error log sidebar which will show iff there are errors logged during the run.
Many companies schedule on two weeks at a time. We should consider switching the schedule from monthly to biweekly. Probably also calling out weekends/weekdays. IMO ideal would be keeping the...
Rather than preferred shifts being random, we could instead do something like - 25% of employees prefer Mon-Fri - 25% of employees prefer Wed-Sun - 25% of employees prefer Sat-Wed...
Nonlinear solver formulation and implementation for the employee scheduling demo. Update summary below: - Nonlinear formulation of the employee scheduling problem featured in the demo - Ability to select CQM...
The following has been added/removed: - Employees per shift is now a per day setting (currently called Forecast but let me know if you have a better name) - Added...
For example having 3 shift types per day like 6am - 2pm, 2pm - 10pm, and 10pm - 6am or a nurse type schedule like 7am-7pm and 7pm-7am. One constraint...
**A continuation of @jlalbers work on the NL implementation. Fixed merge conflicts and integrated new features into both the NL and CQM formulations. Replaces PR #29** **_The NL model has...