Originally posted by: SystemAdmin
I want to solve a MIP with CPLEX 12.2 up to some specified time limit then collect the information about the best LB. I know that the only way to do so is to clone the model, change its type and resolve the LP relaxation.
I tried this with clonelp but it seems that it's the original model that is cloned and not the node with the best LB. Is there any way I can clone the entire node (i.e. with all the modifications that have already been done so far) with the callable library?
Thank you for any advice.
Amar
#CPLEXOptimizers#DecisionOptimization