diff options
| author | Franklin Wei <me@fwei.tk> | 2018-11-12 12:18:25 -0500 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2018-11-12 12:18:25 -0500 |
| commit | ea945ff4ffae82bb1ee77ec28ce373ba4525d283 (patch) | |
| tree | 4566e1840d277cbfb93ae0dc1f3d87c68e51f28e /test4.txt | |
| parent | d0c2beb062bb267d35c5d2c800ae448f33b65868 (diff) | |
| download | circgraph-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 'test4.txt')
| -rw-r--r-- | test4.txt | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,6 +1,8 @@ -1 5 -1 2 1 5 10 -2 1 1 4 2 3 3 -3 2 3 4 5 5 1.5 -4 2 2 3 5 5 5 -5 1 10 4 5 3 1.5 +a e +a b 1 +a e 10 +b c 3 +b d 2 +c d 5 +d e 5 +c e 1.5 |