![]() |
vrpRouting
0.3
|
#include "c_types/typedefs.h"
Go to the source code of this file.
Functions | |
void | do_pickDeliver (PickDeliveryOrders_t customers_arr[], size_t total_customers, Vehicle_t *vehicles_arr, size_t total_vehicles, Matrix_cell_t *matrix_cells_arr, size_t total_cells, Time_multipliers_t *multipliers_arr, size_t total_multipliers, bool, double factor, int max_cycles, bool stop_on_all_served, int64_t execution_date, Solution_rt **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
Driver for processing a pickupDeliver problem. More... | |
void do_pickDeliver | ( | PickDeliveryOrders_t | customers_arr[], |
size_t | total_customers, | ||
Vehicle_t * | vehicles_arr, | ||
size_t | total_vehicles, | ||
Matrix_cell_t * | matrix_cells_arr, | ||
size_t | total_cells, | ||
Time_multipliers_t * | multipliers_arr, | ||
size_t | total_multipliers, | ||
bool | , | ||
double | factor, | ||
int | max_cycles, | ||
bool | stop_on_all_served, | ||
int64_t | execution_date, | ||
Solution_rt ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Driver for processing a pickupDeliver problem.