sort the FCFS list

此提交包含在:
Sven Czarnian
2021-10-15 18:10:01 +02:00
父節點 0c97e5aa67
當前提交 c835944e8d

查看文件

@@ -109,6 +109,7 @@ class RecedingHorizonControl:
# check if we found relevant inbounds
if 0 != len(inbounds):
inbounds.sort(key = lambda x: x.InitialArrivalTime)
return inbounds, earliestArrivalTime
else:
return None, None