-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add set conversion bridge #2536
Conversation
This need docs and tests |
I'm still not convinced this is necessary |
Isn't a better solution just for CBLS to use the MOI sets? |
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you add the header I relent.
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: JuliaConstraints/CBLS.jl#37