<?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 id="G">
		
		<edge source="a0" target="a1"/>
		<edge source="a0" target="a2"/>
		<edge source="a0" target="a3"/>
		<edge source="a0" target="a4"/>
		<edge source="a0" target="a5"/>
		<edge source="a0" target="a6"/>
		<edge source="a0" target="a7"/>
		<edge source="a0" target="a8"/>
		<edge source="a0" target="a9"/>
		<edge source="a1" target="a0"/>
		<edge source="a1" target="a2"/>
		<edge source="a1" target="a3"/>
		<edge source="a1" target="a4"/>
		<edge source="a1" target="a5"/>
		<edge source="a1" target="a6"/>
		<edge source="a1" target="a7"/>
		<edge source="a1" target="a8"/>
		<edge source="a1" target="a9"/>
		<edge source="a2" target="a0"/>
		<edge source="a2" target="a1"/>
		<edge source="a2" target="a3"/>
		<edge source="a2" target="a4"/>
		<edge source="a2" target="a5"/>
		<edge source="a2" target="a6"/>
		<edge source="a2" target="a7"/>
		<edge source="a2" target="a8"/>
		<edge source="a2" target="a9"/>
		<edge source="a3" target="a0"/>
		<edge source="a3" target="a1"/>
		<edge source="a3" target="a2"/>
		<edge source="a3" target="a4"/>
		<edge source="a3" target="a5"/>
		<edge source="a3" target="a6"/>
		<edge source="a3" target="a7"/>
		<edge source="a3" target="a8"/>
		<edge source="a3" target="a9"/>
		<edge source="a4" target="a0"/>
		<edge source="a4" target="a1"/>
		<edge source="a4" target="a2"/>
		<edge source="a4" target="a3"/>
		<edge source="a4" target="a5"/>
		<edge source="a4" target="a6"/>
		<edge source="a4" target="a7"/>
		<edge source="a4" target="a8"/>
		<edge source="a4" target="a9"/>	
		<edge source="a5" target="a0"/>
		<edge source="a5" target="a1"/>
		<edge source="a5" target="a2"/>
		<edge source="a5" target="a3"/>
		<edge source="a5" target="a4"/>
		<edge source="a5" target="a6"/>
		<edge source="a5" target="a7"/>
		<edge source="a5" target="a8"/>
		<edge source="a5" target="a9"/>
		<edge source="a6" target="a0"/>
		<edge source="a6" target="a1"/>
		<edge source="a6" target="a2"/>
		<edge source="a6" target="a3"/>
		<edge source="a6" target="a4"/>
		<edge source="a6" target="a5"/>
		<edge source="a6" target="a7"/>
		<edge source="a6" target="a8"/>
		<edge source="a6" target="a9"/>
		<edge source="a7" target="a8"/>
	
		<edge source="b0" target="a1"/>
		<edge source="b1" target="a2"/>
		<edge source="b2" target="a3"/>
		<edge source="b3" target="a4"/>
		<edge source="b5" target="a6"/>
		<edge source="b6" target="a7"/>
		<edge source="b7" target="a8"/>
		<edge source="b8" target="a9"/>
		<edge source="b0" target="b1"/>
		<edge source="b2" target="b3"/>
		<edge source="b4" target="b5"/>
		<edge source="b5" target="b6"/>
		<edge source="b6" target="b7"/>
		<edge source="b8" target="b9"/>
		<edge source="b9" target="b1"/>
		<edge source="b9" target="b3"/>
		<edge source="b0" target="a5"/>
		<edge source="b0" target="a8"/>
		<edge source="b1" target="a5"/>
		<edge source="b1" target="a1"/>
		<edge source="b2" target="a0"/>
		<edge source="b3" target="a3"/>
		<edge source="b9" target="a3"/>
		
		<edge source="c0" target="a1"/>
		<edge source="c1" target="a2"/>
		<edge source="c2" target="a3"/>
		<edge source="c3" target="a4"/>
		<edge source="c4" target="a5"/>
		<edge source="c5" target="a6"/>
		<edge source="c6" target="a7"/>
		<edge source="c7" target="a8"/>
		<edge source="c8" target="a9"/>
		<edge source="c9" target="a0"/>
		<edge source="c9" target="a8"/>
		
		<edge source="c0" target="c1"/>
		<edge source="c0" target="c1"/>
		<edge source="c2" target="c3"/>
		<edge source="c4" target="c5"/>
		<edge source="c5" target="b0"/>
		<edge source="b0" target="c4"/>
		<edge source="c4" target="b1"/>
		<edge source="b1" target="c0"/>
		<edge source="b2" target="c7"/>
		<edge source="c6" target="b4"/>
		<edge source="c7" target="b7"/>
		<edge source="c5" target="a7"/>
		
		<edge source="d0" target="b4"/>
		<edge source="d1" target="b5"/>
		<edge source="d2" target="b6"/>
		<edge source="d3" target="b7"/>
		<edge source="d4" target="c7"/>
		<edge source="d5" target="c3"/>
		<edge source="d6" target="c4"/>
		<edge source="d7" target="c5"/>
		<edge source="d8" target="c6"/>
		<edge source="d9" target="c0"/>
		
		<edge source="d0" target="a1"/>
		<edge source="d0" target="a5"/>
		<edge source="d0" target="c4"/>
		<edge source="d0" target="a2"/>
		<edge source="a2" target="d1"/>
		<edge source="d1" target="d2"/>
		<edge source="d3" target="d4"/>
		<edge source="d5" target="b2"/>
	

	</graph>
</graphml>