src/work/marci/max_flow2.dat
author alpar
Sun, 25 Apr 2004 20:16:16 +0000
changeset 400 cb377609cf1d
permissions -rw-r--r--
class NodeSet: A graph class with no edges
class EdgeSet: A graph class using the node set of another graph.
It compiles but untested and undocumented.
marci@69
     1
p max 2 1
marci@69
     2
n 1 s
marci@69
     3
n 2 t
marci@69
     4
a 1 2 5