Uses of Class
com.jgalgo.graph.IndexGraphBuilder.ReIndexedGraph
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of IndexGraphBuilder.ReIndexedGraph in com.jgalgo.graph
Modifier and TypeMethodDescriptionIndexGraphBuilder.reIndexAndBuild
(boolean reIndexVertices, boolean reIndexEdges) Re-Index the vertices/edges and build a new immutable graph with the new indexing.IndexGraphBuilder.reIndexAndBuildMutable
(boolean reIndexVertices, boolean reIndexEdges) Re-Index the vertices/edges and build a new mutable graph with the new indexing.