Originally posted by: Terrion28
Hello everybody,
I recently began to test CPLEX (out of C++). In my testcase I would implement a loop in which the solver is called. How do I manage a warmstart here? Until now I use use "IloCplex cplex(model);" to pass and to solve the model. After solving the problem the problem for the first time, I created a warmstart file by using WriteMipStart. No I like to use this file for the other rounds.
Is it possible to integrate the function ReadMipStart into the mentioned code? If so, it would be very helpful if anybody could help me here.
Many thanks in advance for the support!
Kind regards
Terrion
#CPLEXOptimizers#DecisionOptimization