mirror of
https://github.com/gsi-upm/soil
synced 2024-11-10 21:52:29 +00:00
13 lines
489 B
Plaintext
13 lines
489 B
Plaintext
|
<?xml version='1.0' encoding='utf-8'?>
|
||
|
<gexf version="1.2" xmlns="http://www.gexf.net/1.2draft" xmlns:viz="http://www.gexf.net/1.2draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<graph defaultedgetype="undirected" mode="static">
|
||
|
<nodes>
|
||
|
<node id="0" label="0" />
|
||
|
<node id="1" label="1" />
|
||
|
</nodes>
|
||
|
<edges>
|
||
|
<edge id="0" source="0" target="1" />
|
||
|
</edges>
|
||
|
</graph>
|
||
|
</gexf>
|