Originally posted by: PRIMARY Harry Vrazopoulos
I am trying to set an initial solution for warm-starting a MIP problem in CPLEX through the Java API. Is the "setVectors" method suitable? If yes, how is it used? Is there a simple example? The initial solution comes from a heuristic and is in the form of a vector of integers with the same length as the respective decision variable.
Besides "setVectors" are there any other related methods for warm-starting a MIP problem?
Thx in advance
#CPLEXOptimizers#DecisionOptimization