![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#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 |
Definition at line 397 of file routing_search.h.
|
inline |
Definition at line 405 of file routing_search.h.
int operations_research::CheapestInsertionFilteredHeuristic::Seed::index |
Definition at line 403 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 402 of file routing_search.h.
absl::InlinedVector<int64_t, 8> operations_research::CheapestInsertionFilteredHeuristic::Seed::properties |
Definition at line 398 of file routing_search.h.
int operations_research::CheapestInsertionFilteredHeuristic::Seed::vehicle |
Definition at line 399 of file routing_search.h.