Originally posted by: nghe
Hello,
I am implementing the code solving Min mip and I have a (const) certain value z0 > Optimal value of min problem. Now I just want to find a good feasible solution of mip so that its objective value is less than or equal to 95%z0 (let assume the percentage like this) and quit solving in cplex. If I cannot find a feasible solution like it, I need to solve min problem upto optimality.
I know that we can use Callback to do that but I donot want to lose the dynamic search and parallel computation.
Do you know any parameter in cplex so that I can set the range of objective value of a feasible solution with a certain upperbound?
Thank you,
nghe
#CPLEXOptimizers#DecisionOptimization