Graph Creation:
  • In this step, you will construct a graph to run maxflow on.
  • Double click on the white space to add a node.
  • Click an existing node and then press the keyboard's Delete to delete that node (fn + Delete on Mac).
  • Right click a node to set it as the source/sink.
  • Hover on/click an existing node n1 to generate a dot on top. Click and drag the dot to another node n2 to generate an edge from n1 to n2.
  • Click an existing edge and then press the keyboard's Delete to delete that edge. (fn + Delete on Mac)
  • Right click an edge to change its capacity.
  • Click Clear at the bottom to clear the entire graph. Click Example to bring up the example graph.
  • You can download the current graph for future convenient importing by clicking Download Edgelist. To import a graph (supports edgelist and csv format), click Choose File.
  • Once you are ready, click Start Practice!

Selected Path(s)