Originally posted by: Didier Vidal
Hello,
I don't know how to inject an initial solution to CP Optimizer from OPL. But this can be done using the programming interfaces of CP Optimizer. In Java, this is done by IloCP.setStartingPoint. You have similar methods in C# (CP.SetStartingPoint) and C++.
Hope this helps,
Didier.
#DecisionOptimization#OPLusingCPOptimizer