Uses of Class
org.graph4j.util.EdgeSet
Packages that use EdgeSet
Package
Description
Algorithms for analyzing connectivity of graphs and digraphs.
Algorithms related to flows in transportation networks.
Minimum spanning tree algorithms, such as Prim's and Kruskal's.
-
Uses of EdgeSet in org.graph4j.connectivity
Methods in org.graph4j.connectivity that return EdgeSetModifier and TypeMethodDescriptionEdgeCut.edges()Returns the edges of the cut, whose removal disconnects the graph.BridgeDetectionAlgorithm.getBridges()Constructors in org.graph4j.connectivity with parameters of type EdgeSet -
Uses of EdgeSet in org.graph4j.flow
Fields in org.graph4j.flow declared as EdgeSetMethods in org.graph4j.flow that return EdgeSetModifier and TypeMethodDescriptionMaximumFlowAlgorithm.getMinimumCutEdges()MaximumFlowBase.getMinimumCutEdges() -
Uses of EdgeSet in org.graph4j.spanning
Fields in org.graph4j.spanning declared as EdgeSetMethods in org.graph4j.spanning that return EdgeSet