14 #ifndef OR_TOOLS_CONSTRAINT_SOLVER_ROUTING_TYPES_H_
15 #define OR_TOOLS_CONSTRAINT_SOLVER_ROUTING_TYPES_H_
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...
std::pair< std::vector< int64 >, std::vector< int64 > > 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(int64, int64)> RoutingTransitCallback2
std::function< int64(int64)> RoutingTransitCallback1
std::vector< RoutingIndexPair > RoutingIndexPairs