I want to solve binpacking problem using Ipopt with JuMP which is a linear programming. Can someone help me with the code
Asked
Active
Viewed 72 times
-3
-
1BinPacking needs a MIP solver. Ipopt however, is for continuous nonlinear problems. So this is a strange request. – Erwin Kalvelagen Dec 21 '21 at 15:41
1 Answers
0
I already replied to your previous question: Constraints of type MathOptInterface.VariableIndex-in-MathOptInterface.ZeroOne are not supported by the solver. When using Ipopt solver in Julia
The JuMP community forum is a more appropriate place for general discussion. SO is more for specific questions.

Oscar Dowson
- 2,395
- 1
- 5
- 13