1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.49.3 (20211023.0002)
-->
<!-- Pages: 1 -->
<svg width="206pt" height="188pt"
viewBox="0.00 0.00 206.00 188.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 184)">
<polygon fill="white" stroke="transparent" points="-4,4 -4,-184 202,-184 202,4 -4,4"/>
<!-- A -->
<g id="node1" class="node">
<title>A</title>
<ellipse fill="none" stroke="black" cx="72" cy="-162" rx="27" ry="18"/>
<text text-anchor="middle" x="72" y="-158.3" font-family="Times New Roman,serif" font-size="14.00">A</text>
</g>
<!-- C -->
<g id="node3" class="node">
<title>C</title>
<ellipse fill="none" stroke="black" cx="36" cy="-90" rx="27" ry="18"/>
<text text-anchor="middle" x="36" y="-86.3" font-family="Times New Roman,serif" font-size="14.00">C</text>
</g>
<!-- A->C -->
<g id="edge2" class="edge">
<title>A->C</title>
<path fill="none" stroke="black" d="M63.65,-144.76C59.29,-136.28 53.85,-125.71 48.96,-116.2"/>
<polygon fill="black" stroke="black" points="51.99,-114.44 44.3,-107.15 45.77,-117.64 51.99,-114.44"/>
</g>
<!-- B -->
<g id="node4" class="node">
<title>B</title>
<ellipse fill="none" stroke="black" cx="99" cy="-18" rx="27" ry="18"/>
<text text-anchor="middle" x="99" y="-14.3" font-family="Times New Roman,serif" font-size="14.00">B</text>
</g>
<!-- A->B -->
<g id="edge1" class="edge">
<title>A->B</title>
<path fill="none" stroke="black" d="M75.26,-143.87C79.86,-119.67 88.31,-75.21 93.79,-46.39"/>
<polygon fill="black" stroke="black" points="97.3,-46.67 95.73,-36.19 90.43,-45.36 97.3,-46.67"/>
</g>
<!-- X -->
<g id="node2" class="node">
<title>X</title>
<ellipse fill="none" stroke="black" cx="171" cy="-162" rx="27" ry="18"/>
<text text-anchor="middle" x="171" y="-158.3" font-family="Times New Roman,serif" font-size="14.00">X</text>
</g>
<!-- Y -->
<g id="node6" class="node">
<title>Y</title>
<ellipse fill="none" stroke="black" cx="171" cy="-18" rx="27" ry="18"/>
<text text-anchor="middle" x="171" y="-14.3" font-family="Times New Roman,serif" font-size="14.00">Y</text>
</g>
<!-- X->Y -->
<g id="edge4" class="edge">
<title>X->Y</title>
<path fill="none" stroke="black" d="M171,-143.87C171,-119.67 171,-75.21 171,-46.39"/>
<polygon fill="black" stroke="black" points="174.5,-46.19 171,-36.19 167.5,-46.19 174.5,-46.19"/>
</g>
<!-- D -->
<g id="node5" class="node">
<title>D</title>
<ellipse fill="none" stroke="black" cx="27" cy="-18" rx="27" ry="18"/>
<text text-anchor="middle" x="27" y="-14.3" font-family="Times New Roman,serif" font-size="14.00">D</text>
</g>
<!-- C->D -->
<g id="edge3" class="edge">
<title>C->D</title>
<path fill="none" stroke="black" d="M33.82,-72.05C32.83,-64.35 31.63,-55.03 30.52,-46.36"/>
<polygon fill="black" stroke="black" points="33.97,-45.75 29.22,-36.28 27.02,-46.64 33.97,-45.75"/>
</g>
</g>
</svg>
|