You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
I was wondering if there is a solution to avoid this request. Thank you for your time.
The text was updated successfully, but these errors were encountered: