Uses of Class
org.jgrapht.util.VertexToIntegerMapping
Package | Description |
---|---|
org.jgrapht |
The front-end API's interfaces and classes, including
Graph . |
-
Uses of VertexToIntegerMapping in org.jgrapht
Methods in org.jgrapht that return VertexToIntegerMapping Modifier and Type Method Description static <V, E> VertexToIntegerMapping<V>
Graphs. getVertexToIntegerMapping(Graph<V,E> graph)
Compute a new mapping from the vertices of a graph to the integer range $[0, n)$ where $n$ is the number of vertices in the graph.