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

All the first-stage decision must be binary in the integer strategies #33

Closed
enri07 opened this issue Aug 12, 2021 · 1 comment
Closed

Comments

@enri07
Copy link

enri07 commented Aug 12, 2021

Hi,

I'm trying to solve an integer problem by using one of the Integer strategies proposed in the manual. I've tried both CombinatorialCuts and Convexification, but when I run the optimization the following error appears:

ERROR: LoadError: Combinatorial cuts require all first-stage decisions to be binary.

I was wondering if there is a solution to avoid this request. Thank you for your time.

@martinbiel
Copy link
Owner

I am afraid that this is a theoretical requirement for this strategy to converge. The convexification strategy configured with Gomory cutting planes is your only option for mixed-integer problems as of now. There is however no theoretical convergence guarantee using this method either since that would require special techniques not yet implemented.

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