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

Lazy constraints when solving a robust mixed integer model #76

Open
gavelasq opened this issue Oct 16, 2017 · 1 comment
Open

Lazy constraints when solving a robust mixed integer model #76

gavelasq opened this issue Oct 16, 2017 · 1 comment

Comments

@gavelasq
Copy link

I am trying to solve a robust mixed integer model using JuMPeR:

main = RobustModel(solver=GurobiSolver(OutputFlag=0, MIPGap=0.01))

How can I add lazy constraints to this model?

@yeesian
Copy link
Collaborator

yeesian commented Oct 19, 2017

I'm not sure, but I don't think that's supported for now. PRs (that works with both reformulations and cutting-planes) will be welcome though.

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

No branches or pull requests

2 participants