鏡像自
https://github.com/gsi-upm/soil
已同步 2025-09-16 13:12:22 +00:00
13 行
489 B
XML
13 行
489 B
XML
<?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>
|