Go to the documentation of this file.
14 float *dijkstra(
int start);
15 int *dijkstra_path(
int start,
int end,
int *path_length);
16 int *astar_path(
int *path,
ref_t *ref,
int start,
int end,
int *path_length);
17 int modify_weight(
int seq1,
int seq2,
float weight);