Add constraints between customers and vehicles type

I have a specific problem regarding the handling of constraints with customers, I need to control that certain types of vehicles can visit certain customers according to the vehicle capacity they can receive.

You can use skills constraint to implement this. Have a look at this example.

Thank you, you helped me a lot! =)