From c10127e1e188736493fc7c4b27cb492d79c7bb36 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 20 Aug 2012 17:05:54 -0700 Subject: [PATCH] Initial commit. --- graph.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 graph.txt diff --git a/graph.txt b/graph.txt new file mode 100644 index 0000000..92a3142 --- /dev/null +++ b/graph.txt @@ -0,0 +1,23 @@ +11 20 +0 10 + + 0 1 -1.0 + 0 2 1.0 + 0 3 -1.0 + 1 4 -1.0 + 1 5 1.0 + 2 4 1.0 + 2 5 1.0 + 2 6 1.0 + 3 5 1.0 + 3 6 -1.0 + 4 7 -1.0 + 4 8 1.0 + 5 7 1.0 + 5 8 1.0 + 5 9 1.0 + 6 8 1.0 + 6 9 -1.0 + 7 10 -1.0 + 8 10 1.0 + 9 10 -1.0 -- 2.20.1