Skip to content

Initial Release

Compare
Choose a tag to compare
@daniel-j-h daniel-j-h released this 20 Apr 13:21
· 60 commits to master since this 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.

Example