Dependency Updates
- abseil-cpp 20200923.2 -> 20200923.3
- Protobuf 3.14.0 -> 3.15.3
Routing
- Expose new APIs:
int RegisterUnaryTransitVector(std::vector<int64>)
andint RegisterTransitMatrix(std::vector<std::vector<int64>>)
- Change return of
AddVectorDimension()
andAddMatrixDimension()
tostd::pair<int, bool>
whoseint
is the transit evaluator id.