Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <routing_search.h>
Public Member Functions | |
bool | operator< (const NodeInsertion &other) const |
Public Attributes | |
int64_t | insert_after |
int | vehicle |
int64_t | value |
Definition at line 329 of file routing_search.h.
|
inline |
Definition at line 334 of file routing_search.h.
int64_t operations_research::CheapestInsertionFilteredHeuristic::NodeInsertion::insert_after |
Definition at line 330 of file routing_search.h.
int64_t operations_research::CheapestInsertionFilteredHeuristic::NodeInsertion::value |
Definition at line 332 of file routing_search.h.
int operations_research::CheapestInsertionFilteredHeuristic::NodeInsertion::vehicle |
Definition at line 331 of file routing_search.h.