Node Or Tools Versions Save

Node.js bindings for or-tools vehicle routing problems

v1.0.7

4 years ago
  • 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

5 years ago
  • Fixes compilation under Node 10

v1.0.5

6 years ago
  • 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

6 years ago
  • Include build files in npm package for from-source-compilation fallback, see #32

v1.0.3

6 years ago

v1.0.2

6 years ago
  • 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

7 years ago

v1.0.0

7 years ago

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