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

#include <routing_search.h>

Public Member Functions

bool operator> (const Seed &other) const
 

Public Attributes

absl::InlinedVector< int64_t, 8 > properties
 
int vehicle
 
bool is_node_index = true
 
int index
 

Detailed Description

Definition at line 397 of file routing_search.h.

Member Function Documentation

◆ operator>()

bool operations_research::CheapestInsertionFilteredHeuristic::Seed::operator> ( const Seed & other) const
inline

Definition at line 405 of file routing_search.h.

Member Data Documentation

◆ index

int operations_research::CheapestInsertionFilteredHeuristic::Seed::index

Definition at line 403 of file routing_search.h.

◆ is_node_index

bool operations_research::CheapestInsertionFilteredHeuristic::Seed::is_node_index = true

Indicates whether this Seed corresponds to a pair or a single node. If false, the 'index' is the pair_index, otherwise it's the node index.

Definition at line 402 of file routing_search.h.

◆ properties

absl::InlinedVector<int64_t, 8> operations_research::CheapestInsertionFilteredHeuristic::Seed::properties

Definition at line 398 of file routing_search.h.

◆ vehicle

int operations_research::CheapestInsertionFilteredHeuristic::Seed::vehicle

Definition at line 399 of file routing_search.h.


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