PGROUTING
3.2
|
Go to the source code of this file.
Functions | |
int | trsp_edge_wrapper (edge_t *edges, size_t edge_count, restrict_t *restricts, size_t restrict_count, int64_t start_edge, double start_pos, int64_t end_edge, double end_pos, bool directed, bool has_reverse_cost, path_element_tt **path, size_t *path_count, char **err_msg) |
int trsp_edge_wrapper | ( | edge_t * | edges, |
size_t | edge_count, | ||
restrict_t * | restricts, | ||
size_t | restrict_count, | ||
int64_t | start_edge, | ||
double | start_pos, | ||
int64_t | end_edge, | ||
double | end_pos, | ||
bool | directed, | ||
bool | has_reverse_cost, | ||
path_element_tt ** | path, | ||
size_t * | path_count, | ||
char ** | err_msg | ||
) |
Definition at line 37 of file trsp_core.cpp.
References MAX_RULE_LENGTH, GraphDefinition::my_dijkstra1(), and restrict_struct::via.
Referenced by compute_trsp().