|  | Google OR-Tools v9.14
    a fast and portable software suite for combinatorial optimization | 
Definition at line 390 of file routing_search.h.
#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 | 
| 
 | inline | 
Definition at line 398 of file routing_search.h.
| int operations_research::CheapestInsertionFilteredHeuristic::Seed::index | 
Definition at line 396 of file routing_search.h.
| 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 395 of file routing_search.h.
| absl::InlinedVector<int64_t, 8> operations_research::CheapestInsertionFilteredHeuristic::Seed::properties | 
Definition at line 391 of file routing_search.h.
| int operations_research::CheapestInsertionFilteredHeuristic::Seed::vehicle | 
Definition at line 392 of file routing_search.h.