src/work/marci/preflow_bug_8
author alpar
Tue, 11 Jan 2005 09:15:25 +0000
changeset 1073 bedab8bd915f
permissions -rw-r--r--
graph_to_eps mission accomplished.
- lemon/graph_to_eps.h header created
- lemon/bezier.h: Tools to compute with bezier curves (unclean and undocumented
interface, used internally by graph_to_eps.h)
- demo/graph_to_eps_demo.cc: a simple demo for lemon/graph_to_eps.h
marci@746
     1
p min 3 3
marci@746
     2
n 3 s
marci@746
     3
n 2 t
marci@746
     4
a 3 1 20 20
marci@746
     5
a 1 2 20 10
marci@746
     6
a 1 2 20 0