aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3f11ac1..e8c602d 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,9 @@ g++ main.cpp -o circgraph
```
<source_node> <sink_node>
-<node1> [<neighbor1> <resistance2>]...
-<node2>
+<node1> <node 2> <weight>
+<node1> <node 2> <weight>
...
-<noden>
```
-See the `testX.txt` files for more.
+See the `testX.txt` files for examples.