ankane / or-tools-ruby

Operations research tools for Ruby
Apache License 2.0
174 stars 24 forks source link

Added shift_scheduling_sat.py example #12

Closed braindeaf closed 3 years ago

braindeaf commented 3 years ago

Porting the shift_scheduling_sat.py example in mini-test

braindeaf commented 3 years ago

Tests locally return the same shift assignments in the same order, CI tests fail :(

ankane commented 3 years ago

Awesome, thanks @braindeaf! fwiw, I noticed this line didn't have - 1 in the Ruby or Python example, so updated that and times.each -> times in a follow up commit.