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