public class AlgosCuts extends OperationGroup implements OperationDescFile
Modifier and Type | Class and Description |
---|---|
class |
AlgosCuts.AlgoCheckGomoryHu |
class |
AlgosCuts.AlgoEdgeConnectivityDistribution |
class |
AlgosCuts.AlgoGomoryHuTree |
class |
AlgosCuts.AlgoKEdgeConnected |
ALGODIR, CMDSDIR, GROPDIR
Constructor and Description |
---|
AlgosCuts() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescriptionFilename()
Returns the filename of the description file containing a help entry for the operation.
|
<VertexType,EdgeType> |
getFlowJGraphT(GraphLibrary<VertexType,EdgeType> graph,
VertexType source,
VertexType sink) |
edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow<StdVertex,StdEdge> |
getFlowJung(edu.uci.ics.jung.graph.DirectedGraph<StdVertex,StdEdge> internalGraph,
StdVertex source,
StdVertex sink) |
<VertexType,EdgeType> |
getFlowJung(GraphLibrary<VertexType,EdgeType> graph,
VertexType source,
VertexType sink) |
JungLib |
getGomoryHuTree(JungLib graph,
UserInterface userInterface,
boolean ignoreWeights) |
Operation[] |
getOperations()
Returns instances of all operations of the group.
|
public edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow<StdVertex,StdEdge> getFlowJung(edu.uci.ics.jung.graph.DirectedGraph<StdVertex,StdEdge> internalGraph, StdVertex source, StdVertex sink)
public <VertexType,EdgeType> org.jgrapht.alg.EdmondsKarpMaximumFlow getFlowJGraphT(GraphLibrary<VertexType,EdgeType> graph, VertexType source, VertexType sink)
public <VertexType,EdgeType> edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow getFlowJung(GraphLibrary<VertexType,EdgeType> graph, VertexType source, VertexType sink)
public JungLib getGomoryHuTree(JungLib graph, UserInterface userInterface, boolean ignoreWeights)
public Operation[] getOperations()
OperationGroup
getOperations
in class OperationGroup
public java.lang.String getDescriptionFilename()
OperationDescFile
getDescriptionFilename
in interface OperationDescFile