add the absolut minimal optimization value due RHC definition
This commit is contained in:
@@ -121,7 +121,7 @@ class Worker(Thread):
|
||||
print('Relevant inbounds: ' + str(len(relevantInbounds)))
|
||||
|
||||
# configure the ACO run
|
||||
acoConfig = Configuration(self.sequencingConfiguration, 5 * len(relevantInbounds), 5 * len(relevantInbounds))
|
||||
acoConfig = Configuration(earliestArrivalTime, self.sequencingConfiguration, 5 * len(relevantInbounds), 5 * len(relevantInbounds))
|
||||
if 0 != len(preceedingInbounds):
|
||||
acoConfig.PreceedingInbounds = preceedingInbounds
|
||||
acoConfig.Inbounds = relevantInbounds
|
||||
|
||||
Reference in New Issue
Block a user