Skip to content

Commit

Permalink
adds command line arguments to scheduling_with_stransitions_sat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Sep 19, 2018
1 parent 6e991b6 commit e226e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/scheduling_with_transitions_sat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e226e52

Please sign in to comment.