Originally posted by: rocarvaj
Hello,
When I add MIP starts to CPLEX using CPXaddmipstarts and then optimize, CPLEX reports something like:
3 of 200 MIP starts provided solutions.
MIP start 'm6' defined initial solution with objective 56048.0000.
...
I would like to know if the number of MIP starts reports (3, in this case) is the total number of feasible solutions out the solutions provided by the user or something else. I ask this because in the example above, I'm pretty sure all those 200 solutions are feasible (you can always argue that I have to double check). In fact, I've tried the following: Give CPLEX the same MIP start twice and it reports: "1 of 2 MIP starts provided solutions". Does CPLEX stay with some of the solutions and does not count solutions that are equal or similar (in some sense)?
Also, in the example above, right after CPLEX solves the B&B root node it reports it has 208 solutions. Does this mean that CPLEX keeps al of the solutions anyway.
Thanks,
Rodolfo
#CPLEXOptimizers#DecisionOptimization