Package org.jungrapht.samples.flow
Class MaxFlowDemo
- java.lang.Object
-
- org.jungrapht.samples.flow.MaxFlowDemo
-
public class MaxFlowDemo extends Object
Demo of the EdmondsKarp Max Flow algorithm applied to a graph with a capacity property as edge weight.
-
-
Constructor Summary
Constructors Constructor Description MaxFlowDemo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgrapht.Graph<org.jungrapht.samples.flow.MaxFlowDemo.MyNode,org.jungrapht.samples.flow.MaxFlowDemo.MyLink>
constructGraph()
static void
main(String[] args)
-
-
-
Method Detail
-
constructGraph
public org.jgrapht.Graph<org.jungrapht.samples.flow.MaxFlowDemo.MyNode,org.jungrapht.samples.flow.MaxFlowDemo.MyLink> constructGraph()
-
main
public static void main(String[] args)
-
-