Skip to content

Releases: mapbox/node-or-tools

v1.0.7

27 Aug 21:22
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixes compilation under Node 10

v1.0.5

24 Aug 09:12
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Include build files in npm package for from-source-compilation fallback, see #32

v1.0.3

19 Jun 16:37
Compare
Choose a tag to compare
  • Statically links against libortools.a, see #23

v1.0.2

16 Jun 22:18
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixes Issue with Pickup+Delivery Time Order Constraints, see #16

Initial Release

20 Apr 13:21
Compare
Choose a tag to compare

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.

Example