MathOptInterface.jl icon indicating copy to clipboard operation
MathOptInterface.jl copied to clipboard

Add set conversion bridge

Open blegat opened this issue 1 year ago • 4 comments

This is useful in constraint programming where you often have a set that is a special case of another one. One example is CBLS.jl that has sets with a few more options that the MOI ones: https://github.com/JuliaConstraints/CBLS.jl/pull/37

blegat avatar Aug 24 '24 06:08 blegat

This need docs and tests

odow avatar Sep 26 '24 19:09 odow

I'm still not convinced this is necessary

odow avatar Oct 09 '24 21:10 odow

Isn't a better solution just for CBLS to use the MOI sets?

odow avatar Oct 17 '24 20:10 odow

CBLS defines some with additional options so if the user uses the MOI set than he can use MiniZinc as well but if he plans to use CBLS only then he can uses sets with addtional options

blegat avatar Oct 17 '24 20:10 blegat