PGROUTING
3.2
|
#include "drivers/chinese/chinesePostman_driver.h"
#include <sstream>
#include <deque>
#include <vector>
#include <set>
#include "chinese/pgr_chinesePostman.hpp"
#include "cpp_common/pgr_alloc.hpp"
#include "cpp_common/pgr_assert.h"
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().