Sorry, the name chosen was a mistake.
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/src/work/marci/sub_graph_wrapper_demo.dim Thu Sep 16 13:54:46 2004 +0000
1.3 @@ -0,0 +1,14 @@
1.4 +c HUGO max flow problem
1.5 +p max 7 9
1.6 +n 1 s
1.7 +n 7 t
1.8 +a 1 2 3
1.9 +a 1 3 2
1.10 +a 1 4 1
1.11 +a 2 5 3
1.12 +a 3 5 2
1.13 +a 3 7 5
1.14 +a 3 6 3
1.15 +a 4 6 1
1.16 +a 5 7 2
1.17 +a 6 7 4
2.1 --- a/src/work/marci/sub_graph_wrapper_demo.sim Thu Sep 16 13:54:01 2004 +0000
2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
2.3 @@ -1,14 +0,0 @@
2.4 -c HUGO max flow problem
2.5 -p max 7 9
2.6 -n 1 s
2.7 -n 7 t
2.8 -a 1 2 3
2.9 -a 1 3 2
2.10 -a 1 4 1
2.11 -a 2 5 3
2.12 -a 3 5 2
2.13 -a 3 7 5
2.14 -a 3 6 3
2.15 -a 4 6 1
2.16 -a 5 7 2
2.17 -a 6 7 4