Commit 712c163e authored by Georgios Dagkakis's avatar Georgios Dagkakis

commented print statement for future use

parent e902c4d2
...@@ -198,6 +198,8 @@ class SkilledRouter(Router): ...@@ -198,6 +198,8 @@ class SkilledRouter(Router):
# TODO: a constant integer must be added to all WIP before provided to the opAss_LP # TODO: a constant integer must be added to all WIP before provided to the opAss_LP
# as it doesn't support zero WIP levels # as it doesn't support zero WIP levels
#=================================================================== #===================================================================
import time
startLP=time.time()
if LPFlag: if LPFlag:
# print self.env.now, 'LP called' # print self.env.now, 'LP called'
solution=opAss_LP(self.availableStationsDict, self.availableOperatorList, solution=opAss_LP(self.availableStationsDict, self.availableOperatorList,
...@@ -208,6 +210,7 @@ class SkilledRouter(Router): ...@@ -208,6 +210,7 @@ class SkilledRouter(Router):
solution={} solution={}
# print '-------' # print '-------'
# print self.env.now, solution # print self.env.now, solution
# print 'time needed',time.time()-startLP
self.solutionList.append({ self.solutionList.append({
"time":self.env.now, "time":self.env.now,
......
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