PGROUTING
3.2
|
#include <stddef.h>
#include "c_types/pickDeliver/pickDeliveryOrders_t.h"
#include "c_types/pickDeliver/vehicle_t.h"
#include "c_types/matrix_cell_t.h"
#include "c_types/pickDeliver/general_vehicle_orders_t.h"
Go to the source code of this file.
Functions | |
void | do_pgr_pickDeliver (PickDeliveryOrders_t pd_orders_arr[], size_t total_pd_orders, Vehicle_t *vehicles_arr, size_t total_vehicles, Matrix_cell_t *matrix_cells_arr, size_t total_cells, double factor, int max_cycles, int initial_solution_id, General_vehicle_orders_t **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
void do_pgr_pickDeliver | ( | PickDeliveryOrders_t | pd_orders_arr[], |
size_t | total_pd_orders, | ||
Vehicle_t * | vehicles_arr, | ||
size_t | total_vehicles, | ||
Matrix_cell_t * | matrix_cells_arr, | ||
size_t | total_cells, | ||
double | factor, | ||
int | max_cycles, | ||
int | initial_solution_id, | ||
General_vehicle_orders_t ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 47 of file pickDeliver_driver.cpp.
References pgrouting::Pgr_messages::clear(), pgrouting::Pgr_messages::get_error(), pgrouting::Pgr_messages::get_log(), pgrouting::vrp::Pgr_pickDeliver::get_postgres_result(), pgrouting::tsp::Dmatrix::has_no_infinity(), pgrouting::vrp::Pgr_pickDeliver::msg, pgrouting::vrp::OneDepot, pgassert, pgr_alloc(), pgr_msg(), pgrouting::vrp::Pgr_pickDeliver::solve(), and AssertFailedException::what().
Referenced by process().