aboutsummaryrefslogtreecommitdiff
path: root/test2.txt
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2018-11-12 12:18:25 -0500
committerFranklin Wei <me@fwei.tk>2018-11-12 12:18:25 -0500
commitea945ff4ffae82bb1ee77ec28ce373ba4525d283 (patch)
tree4566e1840d277cbfb93ae0dc1f3d87c68e51f28e /test2.txt
parentd0c2beb062bb267d35c5d2c800ae448f33b65868 (diff)
downloadcircgraph-ea945ff4ffae82bb1ee77ec28ce373ba4525d283.zip
circgraph-ea945ff4ffae82bb1ee77ec28ce373ba4525d283.tar.gz
circgraph-ea945ff4ffae82bb1ee77ec28ce373ba4525d283.tar.bz2
circgraph-ea945ff4ffae82bb1ee77ec28ce373ba4525d283.tar.xz
Change graph description format
Also adds a `genrand' program for testing purposes.
Diffstat (limited to 'test2.txt')
-rw-r--r--test2.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/test2.txt b/test2.txt
index 4d4506e..2bc0bf7 100644
--- a/test2.txt
+++ b/test2.txt
@@ -1,5 +1,6 @@
-1 4
-1 2 1 3 1
-2 1 1 3 1 4 1
-3 1 1 2 1 4 1
-4 3 1 2 1
+a d
+a b 1
+a c 1
+b c 1
+b d 1
+c d 1