Reputation: 111
I have just started working on VRPs with Google's OR Tools. I would like to impose multiple constraints on my VRP i.e. instead of just adding just one among time window constraint or capacity constraint, I would like to have both the constraints to solve my problem without taking into account the cost. How to achieve this?
Upvotes: 1
Views: 1539
Reputation: 11014
everything is shown here, multiple examples, one per feature, in C++/Python/Java/C#.
https://github.com/google/or-tools/blob/master/ortools/constraint_solver/doc/VRP.md
Upvotes: 2