Files
agent_compositor_test/references/igraph-1.0.1/examples/simple/cattributes4.out
T
Abdelrahman Said a11edf0c53 Add graph references
2026-06-28 13:49:01 +01:00

82 lines
2.4 KiB
XML

<?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">
<!-- Created by igraph -->
<key id="e_color" for="edge" attr.name="color" attr.type="string"/>
<graph id="G" edgedefault="directed">
<node id="n0">
</node>
<node id="n1">
</node>
<node id="n2">
</node>
<node id="n3">
</node>
<edge source="n0" target="n1">
<data key="e_color">green</data>
</edge>
<edge source="n1" target="n2">
<data key="e_color">white</data>
</edge>
<edge source="n2" target="n3">
<data key="e_color">black</data>
</edge>
</graph>
</graphml>
<?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">
<!-- Created by igraph -->
<key id="e_color" for="edge" attr.name="color" attr.type="string"/>
<graph id="G" edgedefault="directed">
<node id="n0">
</node>
<node id="n1">
</node>
<node id="n2">
</node>
<node id="n3">
</node>
<edge source="n0" target="n1">
<data key="e_color">blue</data>
</edge>
<edge source="n1" target="n2">
<data key="e_color">white</data>
</edge>
<edge source="n2" target="n3">
<data key="e_color">black</data>
</edge>
</graph>
</graphml>
<?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">
<!-- Created by igraph -->
<key id="e_color" for="edge" attr.name="color" attr.type="string"/>
<graph id="G" edgedefault="directed">
<node id="n0">
</node>
<node id="n1">
</node>
<node id="n2">
</node>
<node id="n3">
</node>
<edge source="n0" target="n1">
<data key="e_color">greenredblue</data>
</edge>
<edge source="n1" target="n2">
<data key="e_color">green</data>
</edge>
<edge source="n2" target="n3">
<data key="e_color">green</data>
</edge>
</graph>
</graphml>