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

Detailed Description

Definition at line 376 of file routing_search.h.

#include <routing_search.h>

Public Member Functions

bool operator< (const StartEndValue &other) const

Public Attributes

int64_t distance
int vehicle

Member Function Documentation

◆ operator<()

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

Definition at line 380 of file routing_search.h.

Member Data Documentation

◆ distance

int64_t operations_research::CheapestInsertionFilteredHeuristic::StartEndValue::distance

Definition at line 377 of file routing_search.h.

◆ vehicle

int operations_research::CheapestInsertionFilteredHeuristic::StartEndValue::vehicle

Definition at line 378 of file routing_search.h.


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