Computes all the shortest path from s to the oter vertices
Namespace:
QuickGraph.Algorithms.ShortestPathAssembly: QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1502 (2.4.2.1502)
Syntax
Parameters
- s
- Type: QuickGraph.Concepts..::.IVertex
Start vertex
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | s is null |
