Originally posted by: Ouali
Hi EdKlotz,
Thanks for clarification,
If I understand quite well, there is a presolving step of the models that results in different solving behavior, so we can't claim/guarantee that column generation on the root node will find the optimal solution even if the optimal solution is found on the root node by Cplex's B&B.
To summarize, if we consider a problem P, solving restricted MIP by Cplex's B&B will result in a modified problem (let's call it A), while solving restricted LP will result in a modified problem (let's call it B), this modification is based on the presolving step which treat different formulation (here, the integrality of the variables for MIP). The search tree will be different in the two cases, especially at the root node.
The third point, even if I disable the presolving step, I can't claim about optimality on the root node of column generation as Cplex uses different heuristics for its MIP relaxation which are not the same for our LP. It sounds interesting to know these heuristics!
Well, thanks again for your feedback :-)
Regards
---
Ouali
Regards
---
Ouali
#CPLEXOptimizers#DecisionOptimization