PGROUTING
3.2
|
Go to the source code of this file.
Functions | |
void | do_pgr_directedChPP (pgr_edge_t *data_edges, size_t total_edges, bool only_cost, General_path_element_t **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
void do_pgr_directedChPP | ( | pgr_edge_t * | data_edges, |
size_t | total_edges, | ||
bool | only_cost, | ||
General_path_element_t ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 44 of file chinesePostman_driver.cpp.
References edge::cost, pgrouting::graph::PgrDirectedChPPGraph::DirectedChPP(), pgrouting::graph::PgrDirectedChPPGraph::GetPathEdges(), pgassert, pgr_alloc(), pgr_free(), pgr_msg(), and AssertFailedException::what().
Referenced by process().