Originally posted by: Falcon_G
Hi everybody
I have a nasty MIP for which the LP is solved in two hours.
The MIP crashes at the root node in less than 100 seconds .
I have difficulties to understand this. How comes that CPLEX crashes at the root node even before the LP being solved.
I know that this crash is somehow the limit of a 32-bit OS imposed on CPLEX.
I read somewhere in CPLEX forum that for obtaining LP obj we set nodelim to 0 and get objective value and set nodeim to maximum and continue MIP optimization.
I am also not sure if this is correct.
My second question is if I run CPLEX to solve a MIP, is there any correct way to record the LP relaxation objective value without need to solve LP separately by relaxing integratlity on variables.
Any constructive comment is appreciated.
#CPLEXOptimizers#DecisionOptimization