Skip to content
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

Remove unnecessary calls to Base.eval #243

Closed
wants to merge 3 commits into from
Closed

Remove unnecessary calls to Base.eval #243

wants to merge 3 commits into from

Conversation

odow
Copy link
Collaborator

@odow odow commented May 27, 2024

Closes #242

  • Still need to test

@harshangrjn
Copy link
Collaborator

Is this ready to be merged @odow ?

JuMP.@constraint(model, sum(x[i] for i in 1:3) >= 1)
JuMP.optimize!(model)
# TODO(odow): why is this infeasible?
@test JuMP.termination_status(model) isa JuMP.MOI.TerminationStatusCode
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so, although I wonder if I should add an objective to this test case. The feasibility issue is probably related to the FEASIBILITY_SENSE issue.

@odow
Copy link
Collaborator Author

odow commented Aug 13, 2024

Closing as stale. I'm making smaller PRs to fix this.

@odow odow deleted the od/eval branch August 13, 2024 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERROR: KeyError: key MathOptInterface.FEASIBILITY_SENSE not found
2 participants