Package | Description |
---|---|
org.jgrapht |
The front-end API's interfaces and classes, including
Graph . |
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.