Kyle-Falconer / Court-Scheduler

3 stars 2 forks source link

Preliminary schedule building is naïve #10

Open Kyle-Falconer opened 10 years ago

Kyle-Falconer commented 10 years ago

The setPreliminarySchedule method in the CourtSchedule class is a very naïve implementation. This step is executed before the solver engine starts running, so we should take advantage of this time and enhance its functionality to build the best possible (yet simple) schedule that we can to make the solver engine job's simpler.