Originally posted by: Petr Vilím
Hello,
to my knowledge, there is no generic benchmark for comparing MIP and CP. The reason that the performance of both tools depends on the problem, for some problems MIP is better, for some CP is better.
There is also a difference in modeling the problem. CP has richer language for describing the problem, especially for scheduling problems. Taking a MIP model and putting it to a CP solver without any change isn't a good idea.
If your problem is similar to the example facility then yes, CP is probably a better choice.
Best regards, Petr
#ConstraintProgramming-General#DecisionOptimization