public class Scheduler
extends java.lang.Object
Constructor and Description |
---|
Scheduler() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Position> |
findProblemPositions(Model model)
Returns an ArrayList of positions cannot be assigned.
|
static Schedule |
pick(Model model)
Creates a schedule by taking all of the positions and assistants
and applying the constraints and returns a list of pairings
that abides by the constraints.
|