<?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="a" target="b"/>
		<edge source="a" target="c"/>
		<edge source="a" target="d"/>
		<edge source="a" target="e"/>
		<edge source="a" target="f"/>
		<edge source="a" target="g"/>
		
		<edge source="b" target="a"/>
		<edge source="b" target="c"/>
		<edge source="b" target="d"/>
		<edge source="b" target="e"/>
		<edge source="b" target="f"/>
		<edge source="b" target="g"/>
		
		<edge source="c" target="a"/>
		<edge source="c" target="b"/>
		<edge source="c" target="d"/>
		<edge source="c" target="e"/>
		<edge source="c" target="f"/>
		<edge source="c" target="g"/>
		
		<edge source="d" target="a"/>
		<edge source="d" target="b"/>
		<edge source="d" target="c"/>
		<edge source="d" target="e"/>
		<edge source="d" target="f"/>
		<edge source="d" target="g"/>
		
		<edge source="e" target="a"/>
		<edge source="e" target="b"/>
		<edge source="e" target="c"/>
		<edge source="e" target="d"/>
		<edge source="e" target="f"/>
		<edge source="e" target="g"/>
		
		<edge source="f" target="a"/>
		<edge source="f" target="b"/>
		<edge source="f" target="c"/>
		<edge source="f" target="d"/>
		<edge source="f" target="e"/>
		<edge source="f" target="g"/>
		
		<edge source="g" target="a"/>
		<edge source="g" target="b"/>
		<edge source="g" target="c"/>
		<edge source="g" target="d"/>
		<edge source="g" target="e"/>
		<edge source="g" target="f"/>
		
	</graph>
</graphml>