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

Detailed Description

Definition at line 1113 of file routing_search.h.

#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
int neg_hint_weight
int64_t value
int vehicle

Member Function Documentation

◆ operator<()

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

Definition at line 1120 of file routing_search.h.

Member Data Documentation

◆ insert_delivery_after

int64_t operations_research::PickupDeliveryInsertion::insert_delivery_after

Definition at line 1115 of file routing_search.h.

◆ insert_pickup_after

int64_t operations_research::PickupDeliveryInsertion::insert_pickup_after

Definition at line 1114 of file routing_search.h.

◆ neg_hint_weight

int operations_research::PickupDeliveryInsertion::neg_hint_weight

Definition at line 1116 of file routing_search.h.

◆ value

int64_t operations_research::PickupDeliveryInsertion::value

Definition at line 1117 of file routing_search.h.

◆ vehicle

int operations_research::PickupDeliveryInsertion::vehicle

Definition at line 1118 of file routing_search.h.


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