Uses of Interface
org.maxicp.util.GraphUtil.Graph
Packages that use GraphUtil.Graph
Package
Description
Provides utility tools and objects (file reading, exceptions, some data-structures, etc.)
-
Uses of GraphUtil.Graph in org.maxicp.util
Methods in org.maxicp.util that return GraphUtil.GraphModifier and TypeMethodDescriptionstatic GraphUtil.GraphGraphUtil.transpose(GraphUtil.Graph graph) Transpose the graph i.e. every edge is reversed.Methods in org.maxicp.util with parameters of type GraphUtil.GraphModifier and TypeMethodDescriptionstatic booleanGraphUtil.pathExists(GraphUtil.Graph graph, int start, int end) Checks if a path exists between start and endstatic int[]GraphUtil.stronglyConnectedComponents(GraphUtil.Graph graph) Computes the strongly connected components of the graphstatic GraphUtil.GraphGraphUtil.transpose(GraphUtil.Graph graph) Transpose the graph i.e. every edge is reversed.