digraph G { graph[] V0 [label=""shape="diamond"fixedsize="true"width="0.5"] V1 [label=""shape="diamond"fixedsize="true"width="0.5"] V2 [label=""shape="diamond"fixedsize="true"width="0.5"] V3 [label=""shape="diamond"fixedsize="true"width="0.5"] V4 [label=""shape="diamond"fixedsize="true"width="0.5"] V5 [label=""shape="doublecircle"fixedsize="true"width="0.5"] V6 [label=""shape="doublecircle"fixedsize="true"width="0.5"] V7 [label=""shape="doublecircle"fixedsize="true"width="0.5"] V8 [label=""shape="doublecircle"fixedsize="true"width="0.5"] V9 [label=""shape="doublecircle"fixedsize="true"width="0.5"] V0 -> V5 [label="from 0 to 5"] V0 -> V6 [label="from 0 to 6"] V0 -> V7 [label="from 0 to 7"] V0 -> V8 [label="from 0 to 8"] V0 -> V9 [label="from 0 to 9"] V1 -> V5 [label="from 1 to 5"] V1 -> V6 [label="from 1 to 6"] V1 -> V7 [label="from 1 to 7"] V1 -> V8 [label="from 1 to 8"] V1 -> V9 [label="from 1 to 9"] V2 -> V5 [label="from 2 to 5"] V2 -> V6 [label="from 2 to 6"] V2 -> V7 [label="from 2 to 7"] V2 -> V8 [label="from 2 to 8"] V2 -> V9 [label="from 2 to 9"] V3 -> V5 [label="from 3 to 5"] V3 -> V6 [label="from 3 to 6"] V3 -> V7 [label="from 3 to 7"] V3 -> V8 [label="from 3 to 8"] V3 -> V9 [label="from 3 to 9"] V4 -> V5 [label="from 4 to 5"] V4 -> V6 [label="from 4 to 6"] V4 -> V7 [label="from 4 to 7"] V4 -> V8 [label="from 4 to 8"] V4 -> V9 [label="from 4 to 9"] }