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

CriticalPath not good in one specific case #90

Closed TimFinucane closed 6 years ago

TimFinucane commented 6 years ago

Critical path should use schedule.getEndTime() if the critical path would otherwise return a lower value.