Originally posted by: ToshiyukiMiyamoto
Hi Alex
Thank you for your information. Still I'm not sure the difference on the search between setStartingPoint and restore.
By the way, I wrote the attached Java program that calls the sample model "color.mod".
In the program, we instantiate two IloCPs: cp1 and cp2.
The second solution of cp1 is stored in IloSolution sol1 and transferred to cp2 by using setStartingPoint or restore methods.
But, it seems that cp2 does not use the solution. You can see the result in the attached file: run.log.
Can't we transfer a solution to other IloCP instances?
Thanks,
Toshiyuki
#CPOptimizer#DecisionOptimization