Commit 3bc88530 authored by Georgios Dagkakis's avatar Georgios Dagkakis

Batches: implementation of where-to (max WIP) rule

parent 43791a98
......@@ -73,7 +73,8 @@ class ReadSkilledOperators(plugin.InputPreparationPlugin):
"name": "SkilledRouter01",
"outputSolutions":1,
"twoPhaseSearch": int(data['general'].get('twoPhaseSearch',0)),
"checkCondition":1
"checkCondition":1,
"whereToMaxWIP": data['general'].get('whereToMaxWIP',0) == 'Yes',
}
return data
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