Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::PickupDeliveryPair Struct Reference

#include <routing_types.h>

Public Attributes

std::vector< int64_t > pickup_alternatives
 
std::vector< int64_t > delivery_alternatives
 

Detailed Description

Pickup and delivery pair representation, including alternatives for pickups and deliveries respectively.

Definition at line 45 of file routing_types.h.

Member Data Documentation

◆ delivery_alternatives

std::vector<int64_t> operations_research::PickupDeliveryPair::delivery_alternatives

Definition at line 47 of file routing_types.h.

◆ pickup_alternatives

std::vector<int64_t> operations_research::PickupDeliveryPair::pickup_alternatives

Definition at line 46 of file routing_types.h.


The documentation for this struct was generated from the following file: