<?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="b" target="a"/>
		<edge source="b" target="c"/>
		<edge source="b" target="d"/>
		
		<edge source="c" target="a"/>
		<edge source="c" target="b"/>
		
		<edge source="d" target="e"/>
		<edge source="e" target="f"/>
		<edge source="f" target="g"/>
		<edge source="i" target="j"/>
		<edge source="j" target="g"/>
		<edge source="g" target="d"/>
		<edge source="d" target="h"/>
		
		<edge source="z" target="x"/>
		<edge source="x" target="y"/>
		<edge source="y" target="w"/>
		<edge source="y" target="a"/>
		
		<edge source="u" target="p"/>
		<edge source="p" target="n"/>
		<edge source="n" target="m"/>
		<edge source="m" target="o"/>
		<edge source="m" target="e"/>
		<edge source="r" target="t"/>
		<edge source="h" target="j"/>
		<edge source="j" target="w"/>

		<edge source="aa" target="bb"/>
		<edge source="bb" target="cc"/>
		<edge source="cc" target="dd"/>
		<edge source="dd" target="ee"/>
		<edge source="aa" target="b"/>
		
		<edge source="bb" target="x"/>

		<edge source="ee" target="o"/>

		<edge source="eee" target="ee"/>
		<edge source="eee" target="wee"/>
		<edge source="eee" target="ex"/>
		<edge source="eee" target="r"/>
		<edge source="aee" target="ex"/>
		<edge source="aae" target="ez"/>
		<edge source="ede" target="ed"/>
		<edge source="eer" target="ee"/>
		<edge source="ere" target="re"/>
		<edge source="wer" target="we"/>
		<edge source="eet" target="ae"/>
		<edge source="wde" target="er"/>
		<edge source="wer" target="er"/>
		<edge source="tre" target="qr"/>
		<edge source="rew" target="qw"/>
		<edge source="wet" target="ew"/>
		<edge source="wet" target="d"/>
		<edge source="wer" target="ew"/>
		<edge source="wer" target="ee"/>
		<edge source="wer" target="ez"/>
		<edge source="ere" target="ex"/>
		<edge source="rew" target="ede"/>
		<edge source="tyr" target="yt"/>
		<edge source="yt" target="wea"/>
		<edge source="ter" target="rty"/>
		<edge source="tfr" target="yff"/>
		<edge source="tir" target="usd"/>
		<edge source="eu" target="as"/>
		<edge source="ok" target="fu"/>
		

	</graph>
</graphml>