Skip to content

Simple weight-based solution to the rehearsal scheduling problem

Notifications You must be signed in to change notification settings

18PatZ/RHScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5265d7a · Sep 12, 2017

History

3 Commits
Sep 12, 2017
Sep 12, 2017

Repository files navigation

RHScheduler

Simple weight-based solution to the rehearsal scheduling problem.

The current algorithm creates a schedule sequentially. A weight is calculated based on the sum of the separation time of each member of that group to the nearest other occurence, as well as the inconvenience time generated by splitting two sequential groups apart. This weight is used to find the optimal slot to place each new group within the schedule, until all groups are processed and the schedule is complete.

About

Simple weight-based solution to the rehearsal scheduling problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages