Skip to content

Commit

Permalink
Add Networks (#2)
Browse files Browse the repository at this point in the history
* Add networks

* Add fully disconnected network
  • Loading branch information
ciaran-regan-ie authored Feb 26, 2024
1 parent 864fe5e commit 0707fe8
Show file tree
Hide file tree
Showing 34 changed files with 590,336 additions and 3,640 deletions.
60 changes: 60 additions & 0 deletions experiment/data/fully_connected_network/10.graphml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version='1.0' encoding='utf-8'?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
<graph edgedefault="undirected">
<node id="0" />
<node id="1" />
<node id="2" />
<node id="3" />
<node id="4" />
<node id="5" />
<node id="6" />
<node id="7" />
<node id="8" />
<node id="9" />
<edge source="0" target="1" />
<edge source="0" target="2" />
<edge source="0" target="3" />
<edge source="0" target="4" />
<edge source="0" target="5" />
<edge source="0" target="6" />
<edge source="0" target="7" />
<edge source="0" target="8" />
<edge source="0" target="9" />
<edge source="1" target="2" />
<edge source="1" target="3" />
<edge source="1" target="4" />
<edge source="1" target="5" />
<edge source="1" target="6" />
<edge source="1" target="7" />
<edge source="1" target="8" />
<edge source="1" target="9" />
<edge source="2" target="3" />
<edge source="2" target="4" />
<edge source="2" target="5" />
<edge source="2" target="6" />
<edge source="2" target="7" />
<edge source="2" target="8" />
<edge source="2" target="9" />
<edge source="3" target="4" />
<edge source="3" target="5" />
<edge source="3" target="6" />
<edge source="3" target="7" />
<edge source="3" target="8" />
<edge source="3" target="9" />
<edge source="4" target="5" />
<edge source="4" target="6" />
<edge source="4" target="7" />
<edge source="4" target="8" />
<edge source="4" target="9" />
<edge source="5" target="6" />
<edge source="5" target="7" />
<edge source="5" target="8" />
<edge source="5" target="9" />
<edge source="6" target="7" />
<edge source="6" target="8" />
<edge source="6" target="9" />
<edge source="7" target="8" />
<edge source="7" target="9" />
<edge source="8" target="9" />
</graph>
</graphml>
Binary file added experiment/data/fully_connected_network/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0707fe8

Please sign in to comment.