Originally posted by: DSL
Hi everyone,
I'm using CPLEX 12.5 Concert C++. In our application, we have to solve a sequence of similar LP models. That is, we construct an initial LP_1, extract and solve it. Afterwards, some RHS coefficients of LP_1 need to be modified resulting in LP_2. Then, LP_2 is again extracted and solved. Modifying LP_2 yields LP_3 and so on.
The question arising is whether CPLEX automatically uses any information that is available after LP_i is solved to warm start the solution process of LP_i+1.
Kind regards,
David
#CPLEXOptimizers#DecisionOptimization