Originally posted by: jshong
Hi. I tried to solve stochastic mixed integer programming using Cplex.
I implemented the code in matlab using Yalmip.
It started to solve it by showing the upper and lower bounds.
But it didn't produce any bounds for more than 40 hours.
I think it is stuck at some point.
The model is solved perfectly at some parameter but Cplex doesn't produce anything at other parameter value.
Is there anyway I can handle this,e.g to check whether it is still running and why it looks stuck at some points?
For comparison, I run my problem with a different solver Gurobi and it keeps running.
I wish to solve this problem using Cplex since it is installed in our school server.
Is there anyone have a similar problem and resolve it?
Thanks.
#CPLEXOptimizers#DecisionOptimization