Originally posted by: SystemAdmin
I guess you have to ask Gecode guys about that to get reliable answer. It may be a bug, but it is not certain.
For example, if there is no objective function then CP Optimizer do not guarantee to report each solution only once. Typical reason for reporting the same solution multiple times is usage of multiple search strategies (typically on multiple CPUs or CPU cores).
Best regards, Petr
#ConstraintProgramming-General#DecisionOptimization