| AcyclicSP Methods |
The AcyclicSP type exposes the following members.
| Name | Description | |
|---|---|---|
| DistTo |
Returns the length of a shortest path from the source vertex s to vertex v. | |
| HasPathTo |
Is there a path from the source vertex s to vertex v? | |
| MainTest |
Demo test the AcyclicSP data type. | |
| PathTo |
Returns a shortest path from the source vertex s to vertex v. |