![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 3836 of file routing_search.cc.
Public Member Functions | |
| SavingsContainer (const SavingsFilteredHeuristic *savings_db, int vehicle_types) | |
| void | InitializeContainer (int64_t size, int64_t saving_neighbors) |
| void | AddNewSaving (const Saving &saving, int64_t total_cost, int64_t before_node, int64_t after_node, int vehicle_type) |
| void | Sort () |
| bool | HasSaving () |
| Saving | GetSaving () |
| void | Update (bool update_best_saving, int type=-1) |
| void | UpdateWithType (int type) |
| const std::vector< Saving > & | GetSortedSavingsForVehicleType (int type) |
| void | ReinjectSkippedSavingsStartingAt (int64_t node) |
| void | ReinjectSkippedSavingsEndingAt (int64_t node) |
|
inlineexplicit |
Definition at line 3838 of file routing_search.cc.
|
inline |
Definition at line 3876 of file routing_search.cc.
|
inline |
Definition at line 3943 of file routing_search.cc.
|
inline |
Definition at line 4008 of file routing_search.cc.
|
inline |
Definition at line 3938 of file routing_search.cc.
|
inline |
Definition at line 3848 of file routing_search.cc.
|
inline |
Definition at line 4019 of file routing_search.cc.
|
inline |
Definition at line 4014 of file routing_search.cc.
|
inline |
Definition at line 3885 of file routing_search.cc.
|
inline |
Definition at line 3979 of file routing_search.cc.
|
inline |
Definition at line 4003 of file routing_search.cc.