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

The position of a node in the set of pickup and delivery pairs. More...

Detailed Description

The position of a node in the set of pickup and delivery pairs.

Definition at line 1041 of file routing.h.

#include <routing.h>

Public Attributes

int pd_pair_index = -1
 The index of the pickup and delivery pair within which the node appears.
int alternative_index = -1

Member Data Documentation

◆ alternative_index

int operations_research::RoutingModel::PickupDeliveryPosition::alternative_index = -1

The index of the node in the vector of pickup (resp. delivery) alternatives of the pair.

Definition at line 1046 of file routing.h.

◆ pd_pair_index

int operations_research::RoutingModel::PickupDeliveryPosition::pd_pair_index = -1

The index of the pickup and delivery pair within which the node appears.

Definition at line 1043 of file routing.h.


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