Class 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 Detail

      • MaxFlowDemo

        public MaxFlowDemo()
    • 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)