Originally posted by: SystemAdmin
[DanielJunglas said:]
You can query the solution of the initial run using IloCplex.getValues()
and feed that back as starting solution to the future run using IloCplex.addMIPStart().
Another possibility is IloCplex.setVectors().
Or do you want to inject the solution to the future run [i]during[/i] the solve?
#DecisionOptimization#MathematicalProgramming-General