Originally posted by: R06J_Sohaib_AFIFI
Hello,
I had a strange MIP start behavior I hope you can explain it to me.
Working with C++ concert, I'm doing a for loop where for every iteration I do exactly the same thing : I create my env,model, cplex (locally) and read a mip start from a vector. solve and than end the env.
The problem is that cplex consider my mip start as valid just in the first iteration ! I even tried to export the model and the mip start and executed conflict in the interactive solver and it consider it valid all the time.
Is there any problem with my tests ?
#CPLEXOptimizers#DecisionOptimization