Google OR-Tools v9.11
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 624 of file routing_neighborhoods.h.
operations_research::PickupAndDeliveryData::PickupAndDeliveryData | ( | int | num_nodes, |
absl::Span< const PickupDeliveryPair > | pairs ) |
Definition at line 1025 of file routing_neighborhoods.cc.
|
inline |
Definition at line 636 of file routing_neighborhoods.h.
|
inline |
Definition at line 632 of file routing_neighborhoods.h.
|
inline |
Definition at line 628 of file routing_neighborhoods.h.