diff options
| author | diogo464 <[email protected]> | 2025-05-28 21:05:03 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-05-28 21:05:03 +0100 |
| commit | 784befd422c6aada4fc1e9711ac51f488967af61 (patch) | |
| tree | 1eb69adabeebcc83033c3a9befbf16df79167966 /index.html | |
| parent | 59e916455aa99b01c93520725f32ea5e0e7a74de (diff) | |
generate an additional adjacency matrix
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -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 | ||
