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

Improved identical/start time pruner #40

Closed TimFinucane closed 6 years ago

TimFinucane commented 6 years ago

Further improvement to the algorithm: Also prune if start time of toBeAdded == latestStartTime && toBeAdded node.id > latestStartTime node id && latestStartTime.node.computationcost > 0

Will explain when im back home

TimFinucane commented 6 years ago

I did this