aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-05-28 21:05:03 +0100
committerdiogo464 <[email protected]>2025-05-28 21:05:03 +0100
commit784befd422c6aada4fc1e9711ac51f488967af61 (patch)
tree1eb69adabeebcc83033c3a9befbf16df79167966 /index.html
parent59e916455aa99b01c93520725f32ea5e0e7a74de (diff)
generate an additional adjacency matrix
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