ankane / or-tools-ruby

Operations research tools for Ruby
Apache License 2.0
171 stars 20 forks source link

Rl/assumptions test #17

Closed braindeaf closed 3 years ago

braindeaf commented 3 years ago

tried adding a test for assumptions, but it appears to be feasible in the Python example but Ruby, nopes..... infeasible. Is something not quite right?

ankane commented 3 years ago

Hey @braindeaf, thanks for another PR! With the latest version of OR-Tools for Python, I'm seeing:

Status = INFEASIBLE
SufficientAssumptionsForInfeasibility = [3, 4, 5]

so think they're consistent.