Releases: mapbox/node-or-tools
Releases · mapbox/node-or-tools
v1.0.7
v1.0.6
- Fixes compilation under Node 10
v1.0.5
- Fixes build-from-source fallback regression
- We're now publishing pre-built binaries for LTS Node.js versions 4, 6, and now also 8
v1.0.4
v1.0.3
v1.0.2
- Bumps upstream or-tools package to v6.0 in the implementation
- Fixes issue with Pickup+Delivery constraints potentially leading to a segfault
v1.0.1
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.