capacity() const | pgrouting::vrp::Vehicle | inline |
Cost typedef | pgrouting::vrp::Vehicle | |
cost | pgrouting::vrp::Vehicle_pickDeliver | protected |
pgrouting::vrp::Vehicle::cost() const | pgrouting::vrp::Vehicle | |
cost_compare(const Cost &, const Cost &) const | pgrouting::vrp::Vehicle | |
cvTot() const | pgrouting::vrp::Vehicle | inline |
difference_type typedef | pgrouting::vrp::Vehicle | protected |
do_while_feasable(Initials_code kind, Identifiers< size_t > &unassigned, Identifiers< size_t > &assigned) | pgrouting::vrp::Vehicle_pickDeliver | |
drop_position_limits(const Vehicle_node node) const | pgrouting::vrp::Vehicle | |
duration() const | pgrouting::vrp::Vehicle | inline |
empty() const | pgrouting::vrp::Vehicle | |
end_site() const | pgrouting::vrp::Vehicle | inline |
erase(const Order &order) | pgrouting::vrp::Vehicle_pickDeliver | |
pgrouting::vrp::Vehicle::erase(const Vehicle_node &node) | pgrouting::vrp::Vehicle | |
pgrouting::vrp::Vehicle::erase(POS pos) | pgrouting::vrp::Vehicle | |
evaluate() | pgrouting::vrp::Vehicle | |
evaluate(POS from) | pgrouting::vrp::Vehicle | |
feasable_orders() const | pgrouting::vrp::Vehicle_pickDeliver | inline |
get_postgres_result(int vid) const | pgrouting::vrp::Vehicle | |
getDropPosLowLimit(const Vehicle_node &node) const | pgrouting::vrp::Vehicle | private |
getPosHighLimit(const Vehicle_node &node) const | pgrouting::vrp::Vehicle | private |
getPosLowLimit(const Vehicle_node &node) const | pgrouting::vrp::Vehicle | private |
has_cv() const | pgrouting::vrp::Vehicle | inline |
has_order(const Order &order) const | pgrouting::vrp::Vehicle_pickDeliver | |
has_twv() const | pgrouting::vrp::Vehicle | inline |
id() const | pgrouting::Identifier | |
Identifier()=default | pgrouting::Identifier | |
Identifier(const Identifier &v)=default | pgrouting::Identifier | |
Identifier(const size_t _idx, const int64_t _id) | pgrouting::Identifier | |
idx() const | pgrouting::Identifier | |
Initial_solution class | pgrouting::vrp::Vehicle_pickDeliver | friend |
insert(const Order &order) | pgrouting::vrp::Vehicle_pickDeliver | |
pgrouting::vrp::Vehicle::insert(POS pos, Vehicle_node node) | pgrouting::vrp::Vehicle | |
pgrouting::vrp::Vehicle::insert(std::pair< POS, POS > position_limits, const Vehicle_node &node) | pgrouting::vrp::Vehicle | |
invariant() const | pgrouting::vrp::Vehicle | |
is_feasable() const | pgrouting::vrp::Vehicle | inline |
is_ok() const | pgrouting::vrp::Vehicle | |
is_order_feasable(const Order &order) const | pgrouting::vrp::Vehicle_pickDeliver | |
is_phony() const | pgrouting::vrp::Vehicle | inline |
m_capacity | pgrouting::vrp::Vehicle | private |
m_factor | pgrouting::vrp::Vehicle | private |
m_feasable_orders | pgrouting::vrp::Vehicle_pickDeliver | protected |
m_id | pgrouting::Identifier | private |
m_idx | pgrouting::Identifier | private |
m_orders | pgrouting::vrp::Vehicle_pickDeliver | protected |
m_orders_in_vehicle | pgrouting::vrp::Vehicle_pickDeliver | protected |
m_path | pgrouting::vrp::Vehicle | protected |
m_speed | pgrouting::vrp::Vehicle | private |
msg() | pgrouting::vrp::Vehicle | static |
Optimize class | pgrouting::vrp::Vehicle_pickDeliver | friend |
orders() const | pgrouting::vrp::Vehicle_pickDeliver | inline |
orders_in_vehicle() const | pgrouting::vrp::Vehicle_pickDeliver | inline |
orders_size() const | pgrouting::vrp::Vehicle_pickDeliver | inline |
path() const | pgrouting::vrp::Vehicle | |
POS typedef | pgrouting::vrp::Vehicle | protected |
position_limits(const Vehicle_node node) const | pgrouting::vrp::Vehicle | |
problem | pgrouting::vrp::Vehicle | static |
push_back(const Order &order) | pgrouting::vrp::Vehicle_pickDeliver | |
push_front(const Order &order) | pgrouting::vrp::Vehicle_pickDeliver | |
reset_id(int64_t) | pgrouting::Identifier | |
semiLIFO(const Order &order) | pgrouting::vrp::Vehicle_pickDeliver | |
set_compatibles(const PD_Orders &orders) | pgrouting::vrp::Vehicle_pickDeliver | |
size() const | pgrouting::vrp::Vehicle | |
speed() const | pgrouting::vrp::Vehicle | |
start_site() const | pgrouting::vrp::Vehicle | inline |
swap(POS i, POS j) | pgrouting::vrp::Vehicle | |
tau() const | pgrouting::vrp::Vehicle | |
total_service_time() const | pgrouting::vrp::Vehicle | inline |
total_travel_time() const | pgrouting::vrp::Vehicle | inline |
total_wait_time() const | pgrouting::vrp::Vehicle | inline |
twvTot() const | pgrouting::vrp::Vehicle | inline |
Vehicle(const Vehicle &)=default | pgrouting::vrp::Vehicle | |
Vehicle(size_t idx, int64_t id, const Vehicle_node &starting_site, const Vehicle_node &ending_site, double p_capacity, double p_speed, double p_factor) | pgrouting::vrp::Vehicle | |
Vehicle_pickDeliver(size_t idx, int64_t id, const Vehicle_node &starting_site, const Vehicle_node &ending_site, double p_capacity, double p_speed, double factor) | pgrouting::vrp::Vehicle_pickDeliver | |
Vehicle_pickDeliver(const Vehicle_pickDeliver &)=default | pgrouting::vrp::Vehicle_pickDeliver | |