vrpRouting  0.3
pickDeliver_driver.h File Reference
#include "c_types/typedefs.h"
Include dependency graph for pickDeliver_driver.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ do_pickDeliver()

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.