Originally posted by: varun7rs
I've been working on a network design problem with huge instances from SNDlib. I developed a heuristic to solve the problem within a shorter span of time (as compared to the MIP) but since I'd like to compute the optimality gap of the solution returned by the heuristic, I need a lower bound in this case. Now, when I solve its MIP counterpart to obtain a valid lower bound, CPLEX returned a solution of 100 % optimality and LB = 0. What can be done in this instance to obtain a valid LB?
Thanks in advance
#CPLEXOptimizers#DecisionOptimization