Commit ea65fe98 authored by Georgios Dagkakis's avatar Georgios Dagkakis

progression to new LP

parent 08f6c5f7
...@@ -173,7 +173,7 @@ class SkilledRouter(Router): ...@@ -173,7 +173,7 @@ class SkilledRouter(Router):
#=================================================================== #===================================================================
self.availableStationsDict={} self.availableStationsDict={}
for station in self.availableStations: for station in self.availableStations:
self.availableStationsDict[str(station.id)]={'stationID':str(station.id),'WIP':station.wip} self.availableStationsDict[str(station.id)]={'stationID':str(station.id),'WIP':station.wip, 'lastAssignment':self.env.now}
#=================================================================== #===================================================================
# # operators and their skills set # # operators and their skills set
#=================================================================== #===================================================================
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment