-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleRandomStructureBkp.xml
More file actions
22 lines (22 loc) · 1.03 KB
/
Copy pathSimpleRandomStructureBkp.xml
File metadata and controls
22 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<graphml>
<graph edgedefault="directed" type="digraph">
<node id="n1" label="0" x="3.471" y="-3.511"/>
<node id="n2" label="1" x="5.509" y="-5.469"/>
<node id="n3" label="2" x="5.509" y="-1.527"/>
<node id="n4" label="3" x="8.525" y="-5.469"/>
<node id="n5" label="4" x="8.525" y="-1.527"/>
<node id="n6" label="5" x="10.493" y="-3.511"/>
<edge source="n2" target="n5" weight="4.0"/>
<edge source="n5" target="n6" weight="4.0"/>
<edge source="n3" target="n4" weight="2.0"/>
<edge source="n2" target="n4" weight="5.0"/>
<edge source="n1" target="n3" weight="4.0"/>
<edge source="n1" target="n2" weight="1.0"/>
<edge source="n4" target="n5" weight="5.0"/>
<edge source="n6" target="n5" weight="1.0"/>
<edge source="n3" target="n5" weight="1.0"/>
<edge source="n4" target="n6" weight="1.0"/>
<edge source="n2" target="n3" weight="1.0"/>
</graph>
</graphml>