PGROUTING
3.2
|
#include "drivers/pickDeliver/pickDeliver_driver.h"
#include <string.h>
#include <sstream>
#include <string>
#include <deque>
#include <vector>
#include "vrp/pgr_pickDeliver.h"
#include "vrp/initials_code.h"
#include "cpp_common/Dmatrix.h"
#include "cpp_common/pgr_assert.h"
#include "cpp_common/pgr_alloc.hpp"
Go to the source code of this file.
Functions | |
void | do_pgr_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, 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 | customers_arr[], |
size_t | total_customers, | ||
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().