Hello, I am trying to solve a mixed integer problem and it takes so long. I searched a bit and came across something called 'numerically unstable' problems that happen when there are continuous variables in the MIP.
Is there a way to figure out if my model has this issue? I am using Gurobi solver in Matlab.
Also, I noticed something else, the staring gap in my problem is around 1500% which is odd. Is there anyway that some limitations can be imposed on the gap? For example to start from some where or to finish at a specific gap. I ask this because I found some suggestions to solve the speed problems for CPLEX but I could not found a way to implement any of them in Yalmip. I have attached the link below.
I appreciate your help.