sort the FCFS list
Dieser Commit ist enthalten in:
@@ -109,6 +109,7 @@ class RecedingHorizonControl:
|
|||||||
|
|
||||||
# check if we found relevant inbounds
|
# check if we found relevant inbounds
|
||||||
if 0 != len(inbounds):
|
if 0 != len(inbounds):
|
||||||
|
inbounds.sort(key = lambda x: x.InitialArrivalTime)
|
||||||
return inbounds, earliestArrivalTime
|
return inbounds, earliestArrivalTime
|
||||||
else:
|
else:
|
||||||
return None, None
|
return None, None
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren