Uses of Class
org.jgrapht.util.VertexToIntegerMapping
-
Uses of VertexToIntegerMapping in org.jgrapht
Modifier and TypeMethodDescriptionstatic <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.