Originally posted by: Petr Vilím
Hello,
it is very hard to estimate the time needed to solve a CP problem. It cannot be easily said that it depends on number of variables, number of constraints or, to your question, number of objectives. The only reliable way is to solve the problem multiple times using multiple random seeds and compare the results (see executable cpoptimizer and its command "tools runseeds". Or even better, compare on multiple instances of the same problem.
As Alex noted, often you have to use time limit since you cannot wait for proof of optimality.
Best regards, Petr
#DecisionOptimization#OPLusingCPOptimizer