Graphviz  2.41.20171026.1811
Functions
shortestpth.c File Reference
#include "vis.h"
Include dependency graph for shortestpth.c:

Go to the source code of this file.

Functions

intshortestPath (int root, int target, int V, array2 wadj)
 
intmakePath (Ppoint_t p, int pp, COORD *pvis, Ppoint_t q, int qp, COORD *qvis, vconfig_t *conf)
 

Function Documentation

int* makePath ( Ppoint_t  p,
int  pp,
COORD pvis,
Ppoint_t  q,
int  qp,
COORD qvis,
vconfig_t conf 
)

Definition at line 100 of file shortestpth.c.

References directVis(), vconfig_s::N, shortestPath(), and vconfig_s::vis.

Referenced by Pobspath().

int* shortestPath ( int  root,
int  target,
int  V,
array2  wadj 
)

Definition at line 35 of file shortestpth.c.

Referenced by makePath().