increase computational performance
This commit is contained in:
@@ -128,7 +128,7 @@ class Worker(Thread):
|
||||
if None != aco.Result:
|
||||
print('ACO-Sequence:')
|
||||
for inbound in aco.Result:
|
||||
print(' ' + inbound.Report.aircraft.callsign + ': ' + inbound.PlannedRunway.Name + ' @ ' + str(inbound.PlannedArrivalTime) +
|
||||
print(' ' + inbound.Callsign + ': ' + inbound.PlannedRunway.Name + ' @ ' + str(inbound.PlannedArrivalTime) +
|
||||
' dt=' + str((inbound.PlannedArrivalTime - inbound.InitialArrivalTime).total_seconds()))
|
||||
print('Delays: FCFS=' + str(aco.FcfsDelay.total_seconds()) + ', ACO=' + str(aco.ResultDelay.total_seconds()))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user