Originally posted by: CPXfanatic
Hi,
My question is the following:
Before I call the MIP solver, I know an initial solution of the problem. So, I tell to CPLEX the objective value of my initial solution in order to use it as a cutoff tolerance.
But, I have seen that CPLEX sometimes improves the current incumbent by local search, and I want to inject the initial solution at the begining of the optimization instead of giving just the cutoff value.
I also noticed that the heuristic callback allow me to inject that solution, but using callbacks in CPLEX disables some features. By the other way, it is meaningless to enable the heuristic callback in order to use it once.
Is there a way to inject such solution to the solver, without having to enable the heuristic callback?
Thanks!
#CPLEXOptimizers#DecisionOptimization