Originally posted by: dbaena
hello,
I’m trying to develop the local branching method (of Andrea Lodi and Mateo Fischetti) and I have a doubt when I apply the procedure REFINE, in order to improve the solution found when the solution found is because of TIME LIMIT or another reason.
I don’t know if someone knows about this …
I do:
when I obtain a new integer solution (xtil). I call the method REFINE with this solution and I create the constraint dist(x,xtil)=0 that I add in the same model what I obtained xtil. Is to say, I fix the value of binary variables.
After I solve this problem.
Firstly, I want to be sure that it is right. Secondly, I am having problems because when I solve the problem with the new constraint dist(x,xtil)=0 I obtain a infeasible problem. I think that it isn’t normal…
Thanks a lot!
#CPLEXOptimizers#DecisionOptimization