Releases: mapbox/node-or-tools
Releases · mapbox/node-or-tools
v1.0.7
27 Aug 21:22
Compare
Sorry, something went wrong.
No results found
Add node 10 builds on travis
Bump node-pre-gyp to ^0.12.0 to fix double rebuild bug
Remove node 4 from the travis builds
v1.0.6
02 Oct 10:18
Compare
Sorry, something went wrong.
No results found
Fixes compilation under Node 10
v1.0.5
24 Aug 09:12
Compare
Sorry, something went wrong.
No results found
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
07 Aug 13:27
Compare
Sorry, something went wrong.
No results found
Include build files in npm package for from-source-compilation fallback, see #32
v1.0.3
19 Jun 16:37
Compare
Sorry, something went wrong.
No results found
Statically links against libortools.a, see #23
v1.0.2
16 Jun 22:18
Compare
Sorry, something went wrong.
No results found
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
09 May 10:49
Compare
Sorry, something went wrong.
No results found
Fixes Issue with Pickup+Delivery Time Order Constraints, see #16
Initial Release
20 Apr 13:21
Compare
Sorry, something went wrong.
No results found
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 .