Originally posted by: Ouali
Hi Cplex users and developers,
I'm applying a column generation to solve a big instances for a MIP problem, which contain a large number of columns. The column generation is applied only on the root node - that is the relaxation of MIP is solved at each iteration using primal Simplex, a best column is added to the LP, and repeat the process until no column is found. I was observing that Cplex's primal Simplex takes on average the same time to solve the relaxation, I wonder if Cplex's primal Simplex manage to use previous information about previous iteration of column generation in order to solve the current relaxation? Especially, computing inverse matrix as the LP model of previous iteration is quite similar to the current one, the only difference is the added column!
Thanks for your answers.
Regards
---
Ouali
#CPLEXOptimizers#DecisionOptimization