You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, the way supports communicates is constraint-wise so there is no way to communicate that a SOS constraint with non-binary variables is not supported. The only way would be to have different sets for SOS constraints with binary and non-binary. Alternatively, the Cbc solver could also correctly handle these cases
I have some solver-agnostic code where I already check:
But this does not work here, since
Cbc
does support them.Why are SOS1 and SOS2 constraints supported
Cbc.jl/src/MOI_wrapper/MOI_wrapper.jl
Lines 483 to 489 in a7ea668
when the solver states
Cbc.jl/src/MOI_wrapper/MOI_wrapper.jl
Lines 422 to 423 in a7ea668
Is there a way of not supporting them just for non-binary variables.
The text was updated successfully, but these errors were encountered: