You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) This loop assumes that sched is sorted by the start time right? But in this function we simply call sched.add such that a sorted list is no more guaranteed.
(2) In the code above we set the start time to the readyTime in one case. Shouldn't it be the previous.finish time? Otherwise it could. i.e. be that two tasks get the same start time...
Thank you, David
The text was updated successfully, but these errors were encountered:
peerdavid
changed the title
Problem with HEFT
Is the implementation of HEFT correct?
Jun 6, 2019
Hello,
I think there are two problems with the current implementation of HEFT (findFinishTime):
(1) This loop assumes that sched is sorted by the start time right? But in this function we simply call sched.add such that a sorted list is no more guaranteed.
(2) In the code above we set the start time to the readyTime in one case. Shouldn't it be the previous.finish time? Otherwise it could. i.e. be that two tasks get the same start time...
Thank you, David
The text was updated successfully, but these errors were encountered: