14 #ifndef OR_TOOLS_CONSTRAINT_SOLVER_ROUTING_TYPES_H_
15 #define OR_TOOLS_CONSTRAINT_SOLVER_ROUTING_TYPES_H_
21 #include "absl/strings/string_view.h"
Collection of objects used to extend the Constraint Solver library.
std::function< int64_t(int64_t, int64_t)> RoutingTransitCallback2
std::pair< std::vector< int64_t >, std::vector< int64_t > > RoutingIndexPair
DEFINE_INT_TYPE(RoutingNodeIndex, int)
Defining common types used in the routing library outside the main RoutingModel class has several pur...
std::function< int64_t(int64_t)> RoutingTransitCallback1
std::vector< RoutingIndexPair > RoutingIndexPairs