Originally posted by: Zoubeir
I have a scheduling problem formulated as an integer linear program (ILP). I am using JuliaLang and JuMP to model the problem. I use CPLEX solver to solve this problem. Some of the problem parameter is the number of machines m. When I run the solver, for example, for m=2,3,4,..., I encounter no problem and the time to finish solving the problem is very reasonable. However, for m=1, CPLEX takes long time to finish and the CPU usage is 100% (in windows task manager). What is the most closely related cause of this? How can I fix it?
#CPLEXOptimizers#DecisionOptimization