From e226e523a99a0539ddfffa68597d1cae8a7cb946 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Wed, 19 Sep 2018 10:37:33 +0200 Subject: [PATCH] adds command line arguments to scheduling_with_stransitions_sat.py --- examples/python/scheduling_with_transitions_sat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/scheduling_with_transitions_sat.py b/examples/python/scheduling_with_transitions_sat.py index 33e4db684d4..a640f0affa2 100644 --- a/examples/python/scheduling_with_transitions_sat.py +++ b/examples/python/scheduling_with_transitions_sat.py @@ -101,7 +101,7 @@ def main(args): [[(1, 0, 'R2'), (-1, 1, 'R2')]], [[(12, 0, 'R4'), (-1, 1, 'R4')]] ] - jobs = large_jobs + jobs = small_jobs if instance == 0 else large_jobs #---------------------------------------------------------------------------- # Helper data.