We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Alpine doesn't support general integer variables: lanl-ansi/Alpine.jl#233.
We could bridge to ZeroOne with a final_touch that checks for finite variable bounds.
final_touch
The text was updated successfully, but these errors were encountered:
Looks like what @juan-pablo-vielma is doing in Google's MathOpt where they even reformulated Reals variables into binary so that they can use Google's SAT solver. It was presented at SIAMOPT: https://meetings.siam.org/sess/dsp_talk.cfm?p=128561
Reals
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Alpine doesn't support general integer variables: lanl-ansi/Alpine.jl#233.
We could bridge to ZeroOne with a
final_touch
that checks for finite variable bounds.The text was updated successfully, but these errors were encountered: