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

#include <routing_search.h>

Public Member Functions

bool operator< (const PickupDeliveryInsertion &other) const
 

Public Attributes

int64_t insert_pickup_after
 
int64_t insert_delivery_after
 
int64_t value
 
int vehicle
 

Detailed Description

Definition at line 1046 of file routing_search.h.

Member Function Documentation

◆ operator<()

bool operations_research::PickupDeliveryInsertion::operator< ( const PickupDeliveryInsertion & other) const
inline

Definition at line 1052 of file routing_search.h.

Member Data Documentation

◆ insert_delivery_after

int64_t operations_research::PickupDeliveryInsertion::insert_delivery_after

Definition at line 1048 of file routing_search.h.

◆ insert_pickup_after

int64_t operations_research::PickupDeliveryInsertion::insert_pickup_after

Definition at line 1047 of file routing_search.h.

◆ value

int64_t operations_research::PickupDeliveryInsertion::value

Definition at line 1049 of file routing_search.h.

◆ vehicle

int operations_research::PickupDeliveryInsertion::vehicle

Definition at line 1050 of file routing_search.h.


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