aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index 287caf1..1e2ee3c 100644
--- a/index.html
+++ b/index.html
@@ -86,9 +86,10 @@
86 </p> 86 </p>
87 87
88 <p> 88 <p>
89 The tool generates two CSV files: <code>edges.csv</code> containing 89 The tool generates three files: <code>edges.csv</code> containing
90 the network connections and latencies, and <code>nodes.csv</code> containing 90 the network connections and latencies, <code>nodes.csv</code> containing
91 the node information and positions. 91 the node information and positions, and <code>matrix.txt</code> containing
92 a square adjacency matrix representation of the network.
92 </p> 93 </p>
93 </section> 94 </section>
94 95