mapbox / node-or-tools

Node.js bindings for or-tools vehicle routing problems
MIT License
146 stars 48 forks source link

Problem when considering vehicles with different vehicle speed and capacity in Google OR tools python #65

Open ankitgupta0310 opened 5 years ago

ankitgupta0310 commented 5 years ago

Hey, can I have an example of how to implement the following in the Google OR with time windows:

  1. Different vehicle speeds
  2. Different vehicle capacity
  3. Delivering packages rather than picking it up

I know I have to use AddDimensionWithVehicleTransits but I dont know how to use it.