Commit af9a1d3d authored by Georgios Dagkakis's avatar Georgios Dagkakis

corrections so that tests do not print in console

parent 2704d564
......@@ -23,7 +23,7 @@
"maxSimTime": "155",
"numberOfReplications": "1",
"trace": "No",
"console": "Yes"
"console": "No"
},
"nodes": {
"E1": {
......
......@@ -23,7 +23,7 @@
"maxSimTime": "200",
"numberOfReplications": "1",
"trace": "No",
"console": "Yes"
"console": "No"
},
"nodes": {
"E1": {
......
......@@ -51,7 +51,7 @@ def opAss_LP(stationList, PBlist, PBskills):
for oper in PBlist:
if PB_ass[(oper,mach)].varValue > 0.00001:
print 'PB', oper, 'assigned to machine', mach
# print 'PB', oper, 'assigned to machine', mach
solution[str(oper)]=str(mach)
return solution
def main():
......
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