-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix when solver doesn't support objective #61
Comments
We're missing a bridge: jump-dev/MathOptInterface.jl#2139 |
#62 patched a fix. The real fix is to depend on the MOI bridge to do change the objective before it reaches MOA. |
Might be a dumb question but do we support syntax like this? @objective(model, Min, x)
@objective(model, Min, y)
optimize!(model) |
No. Calling |
Closed by #63 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This example fails because HiGHS doesn't support
VariableIndex
objectivesThe text was updated successfully, but these errors were encountered: