Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <routing_search.h>
Public Member Functions | |
bool | operator< (const PickupDeliveryInsertion &other) const |
Public Attributes | |
int64_t | insert_pickup_after |
int64_t | insert_delivery_after |
int64_t | value |
int | vehicle |
Definition at line 1046 of file routing_search.h.
|
inline |
Definition at line 1052 of file routing_search.h.
int64_t operations_research::PickupDeliveryInsertion::insert_delivery_after |
Definition at line 1048 of file routing_search.h.
int64_t operations_research::PickupDeliveryInsertion::insert_pickup_after |
Definition at line 1047 of file routing_search.h.
int64_t operations_research::PickupDeliveryInsertion::value |
Definition at line 1049 of file routing_search.h.
int operations_research::PickupDeliveryInsertion::vehicle |
Definition at line 1050 of file routing_search.h.