![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
A utility class to maintain pickup and delivery information of nodes. More...
#include <routing_neighborhoods.h>
Public Member Functions | |
PickupAndDeliveryData (int num_nodes, absl::Span< const PickupDeliveryPair > pairs) | |
bool | IsPickupNode (int64_t node) const |
bool | IsDeliveryNode (int64_t node) const |
int | GetPairOfNode (int64_t node) const |
A utility class to maintain pickup and delivery information of nodes.
Definition at line 805 of file routing_neighborhoods.h.
operations_research::PickupAndDeliveryData::PickupAndDeliveryData | ( | int | num_nodes, |
absl::Span< const PickupDeliveryPair > | pairs ) |
Definition at line 1433 of file routing_neighborhoods.cc.
|
inline |
Definition at line 817 of file routing_neighborhoods.h.
|
inline |
Definition at line 813 of file routing_neighborhoods.h.
|
inline |
Definition at line 809 of file routing_neighborhoods.h.