Create a edge unary weight dictionary.
Namespace:
QuickGraph.Algorithms.ShortestPathAssembly: QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1502 (2.4.2.1502)
Syntax
| C# |
|---|
public static EdgeDoubleDictionary UnaryWeightsFromVertexList( IVertexListGraph graph ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function UnaryWeightsFromVertexList ( _ graph As IVertexListGraph _ ) As EdgeDoubleDictionary |
Parameters
- graph
- Type: QuickGraph.Concepts.Traversals..::.IVertexListGraph
graph to map
