C++ Reference
C++ Reference: Routing
routing_types.h
Go to the documentation of this file.
Collection of objects used to extend the Constraint Solver library.
Definition: constraint_solver.h:109
std::function< int64_t(int64_t, int64_t)> RoutingTransitCallback2
Definition: routing_types.h:43
std::pair< std::vector< int64_t >, std::vector< int64_t > > RoutingIndexPair
Definition: routing_types.h:45
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
Definition: routing_types.h:42
std::vector< RoutingIndexPair > RoutingIndexPairs
Definition: routing_types.h:46