Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <routing_types.h>
Public Attributes | |
std::vector< int64_t > | pickup_alternatives |
std::vector< int64_t > | delivery_alternatives |
Pickup and delivery pair representation, including alternatives for pickups and deliveries respectively.
Definition at line 45 of file routing_types.h.
std::vector<int64_t> operations_research::PickupDeliveryPair::delivery_alternatives |
Definition at line 47 of file routing_types.h.
std::vector<int64_t> operations_research::PickupDeliveryPair::pickup_alternatives |
Definition at line 46 of file routing_types.h.