Skip to content

Simple shift scheduling example script using linear programming

License

Notifications You must be signed in to change notification settings

michaelbironneau/rotary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Shift Scheduling

This script implements a basic weekly shift scheduling pattern for museums subject to certain constraints using linear programming. The scheduling aims to minimise cost to the museums.

The constraints and other parameters are as follows:

* Each museum needs a certain minimum number of staff (called MVSAs) on each weekday (constraint)
* The cost to the museum of the shift pattern is the total cost of the staff over that week
* An MVSA may have preferences on how many days per week they work (constraint)
* An MVSA can weigh different days according to their preference of working that day (this goes into the cost function as a penalty, rather than a constraint)

About

Simple shift scheduling example script using linear programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages