github google/or-tools v8.2
v8.2 (2021/03)

latest releases: v9.11, v9.10, v9.9...
3 years ago

Dependency Updates

  • abseil-cpp 20200923.2 -> 20200923.3
  • Protobuf 3.14.0 -> 3.15.3

Routing

  • Expose new APIs:
    • int RegisterUnaryTransitVector(std::vector<int64>) and
    • int RegisterTransitMatrix(std::vector<std::vector<int64>>)
  • Change return of AddVectorDimension() and AddMatrixDimension() to std::pair<int, bool> whose int is the transit evaluator id.

Don't miss a new or-tools release

NewReleases is sending notifications on new releases.