Originally posted by: SystemAdmin
[pinkopallino said:]
Dear all,
I have a good lower bound (LB) for a complex MIP model. In particular, the LB is often equal to the optimal solution of the MIP model (obviously, i know that because I solved the MIP model at the optimum value).
CPLEX spends a lot of time to prove that a solution found during the search is the optimum or not. In particular, I know that the GAP between the optimum solution (I know that is the best) and the LB generated by CPLEX is not good in this case, and I want to replace the CPLEX's LB with mine, that is better. Therefore, is somebody able to explain me how to set a lower bound for the objective function value in a minimization problem?
I know that I can add a constraint of the following type: O.F. >= LB
Somewhere, I found that the method to set a LB was to use the Double parameter ObjDif. But I see that this is not the right parameter.
So, please, suggest me the right way to solve this problem.
I'm using the callable library in Java.
Thanks in advance.
Robert
#CPLEXOptimizers#DecisionOptimization