<?xml version="1.0"?>
<tazs>
    <taz id="1" edges="a b c"/>
    <taz id="2" edges="c d e"/>
    <taz id="3">
        <tazSource id="e" weight="2.5"/>
        <tazSource id="f" weight="1.5"/>
    </taz>
    <taz id="4">
        <tazSink id="g" weight="1"/>
    </taz>
    <taz id="5">
        <tazSource id="e" weight="2.5"/>
        <tazSource id="f" weight="1.5"/>
        <tazSink id="g" weight="1"/>
    </taz>
    <taz id="6" edges="a b">
        <tazSource id="e" weight="2.5"/>
        <tazSource id="f" weight="1.5"/>
        <tazSink id="g" weight="1"/>
    </taz>
</tazs>
