TimFinucane / Ainur

Solution for parallel task scheduling problem, inspired by the tale of the Lord of the Rings
Other
5 stars 0 forks source link

Final setup of base algorithm class #23

Closed TimFinucane closed 6 years ago

TimFinucane commented 6 years ago

The base algorithm still has some unclear and unimplemented aspects. The parts necessary for milestone 1 have been implemented and should be pulled into master now for use by both first-optimal and first-nonoptimal.

The pull request adds a toBeAdded task for the pruning algorithms, as this information is required for pruning. This also includes some comments on usage of these parts.

TimFinucane commented 6 years ago

Requesting reviews from @emipeanz and @Nathan-Cairns as they worked/are working closely with this code