Initial Release
Node.js bindings for or-tools vehicle routing problems.
Initial release. Includes the following features:
TSP
- n locations
- 1 vehicle
- cost matrix
- limit on compute time
- one depot
VRP
- n locations
- m vehicles
- cost matrix
- duration matrix
- time windows
- demands
- limit on compute time
- one depot
- vehicle capacity, homogeneous fleet
- route locks
- pickup and deliveries
Comes with API documentation and an example.