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

#include <routing_search.h>

Public Member Functions

bool operator< (const StartEndValue &other) const
 

Public Attributes

int64_t distance
 
int vehicle
 

Detailed Description

Definition at line 339 of file routing_search.h.

Member Function Documentation

◆ operator<()

bool operations_research::CheapestInsertionFilteredHeuristic::StartEndValue::operator< ( const StartEndValue & other) const
inline

Definition at line 343 of file routing_search.h.

Member Data Documentation

◆ distance

int64_t operations_research::CheapestInsertionFilteredHeuristic::StartEndValue::distance

Definition at line 340 of file routing_search.h.

◆ vehicle

int operations_research::CheapestInsertionFilteredHeuristic::StartEndValue::vehicle

Definition at line 341 of file routing_search.h.


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