OR-Tools  9.6
GlobalCheapestInsertionFilteredHeuristic::NodeEntryQueue::Entry

Detailed Description

Definition at line 1077 of file routing_search.cc.

Public Member Functions

bool operator< (const Entry &other) const
 

Public Attributes

int64_t value
 
int64_t node_to_insert
 
int64_t insert_after
 
int vehicle
 
int bucket
 

Member Function Documentation

◆ operator<()

bool operator< ( const Entry other) const
inline

Definition at line 1078 of file routing_search.cc.

Member Data Documentation

◆ bucket

int bucket

Definition at line 1095 of file routing_search.cc.

◆ insert_after

int64_t insert_after

Definition at line 1093 of file routing_search.cc.

◆ node_to_insert

int64_t node_to_insert

Definition at line 1092 of file routing_search.cc.

◆ value

int64_t value

Definition at line 1091 of file routing_search.cc.

◆ vehicle

int vehicle

Definition at line 1094 of file routing_search.cc.


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