Originally posted by: Mr.Hai
I am trying to provide multiple MIP starts (provided by efficient heuristic which is specific to the problem) to Cplex solver in order to test if there is any improvement in running time and memory.
However, I have following problem: Cplex only accepts one solution as MIP start and ignores the rest by considering them as not a solution. Is there anyone confronting this problem and do you know how to incorporate multiple MIP starts to cplex?
I use the following command (with Matlab API): cplex. mipstart(i).x=start_solution(i)
Thanks
#CPLEXOptimizers#DecisionOptimization