Originally posted by: SystemAdmin
Hi,
I want that Cplex solves my MIP by using the initial solution (a vector) that I give to it. Do you know how can I do it? What are the codes?
In fact, I have a C++ program in which I have a loop. At each iteration of the loop, I create an MIP model. I want to ask to Cplex to solve the current MIP model by using the optimal solution of the MIP model of the preceding iteration. Furthermore, the initial solution may not be feasible (to the current MIP) but I think Cplex can overcome the infeasibility. Do you how does it do that? Do I need some other codes to ask Cplex to do it or Cplex is able to detect and repair the solution automatically?
Thank you in advance,
Max.
#CPLEXOptimizers#DecisionOptimization