![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 1056 of file routing_search.h.
#include <routing_search.h>
Public Member Functions | |
| InsertionSequenceGenerator ()=default | |
| void | AppendPickupDeliveryMultitourInsertions (int pickup, int delivery, int vehicle, absl::Span< const int > path, const std::vector< bool > &path_node_is_pickup, const std::vector< bool > &path_node_is_delivery, InsertionSequenceContainer &insertions) |
|
default |
| void operations_research::InsertionSequenceGenerator::AppendPickupDeliveryMultitourInsertions | ( | int | pickup, |
| int | delivery, | ||
| int | vehicle, | ||
| absl::Span< const int > | path, | ||
| const std::vector< bool > & | path_node_is_pickup, | ||
| const std::vector< bool > & | path_node_is_delivery, | ||
| InsertionSequenceContainer & | insertions ) |
Generates insertions for a pickup and delivery pair in a multitour path:
Definition at line 2484 of file routing_search.cc.