Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <routing_search.h>
Public Member Functions | |
bool | operator< (const Saving &other) const |
Public Attributes | |
int64_t | saving |
unsigned int | vehicle_type: 20 |
unsigned int | before_node: 22 |
unsigned int | after_node: 22 |
Definition at line 1270 of file routing_search.h.
|
inline |
Definition at line 1275 of file routing_search.h.
unsigned int operations_research::SavingsFilteredHeuristic::Saving::after_node |
Definition at line 1274 of file routing_search.h.
unsigned int operations_research::SavingsFilteredHeuristic::Saving::before_node |
Definition at line 1273 of file routing_search.h.
int64_t operations_research::SavingsFilteredHeuristic::Saving::saving |
Definition at line 1271 of file routing_search.h.
unsigned int operations_research::SavingsFilteredHeuristic::Saving::vehicle_type |
Definition at line 1272 of file routing_search.h.