TheAlgorithms-C/d5/df4/group__sudoku_gadfe0ed5085b4775d8fa00b434cc0fdfc_cgraph.svg

103 lines
4.8 KiB
XML
Raw Normal View History

<?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 7.1.0 (20230121.1956)
-->
<!-- Title: solve Pages: 1 -->
<svg width="265pt" height="101pt"
viewBox="0.00 0.00 265.00 101.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 97)">
<title>solve</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Function to solve a partially filled sudoku matrix.">
<polygon fill="#999999" stroke="#666666" points="40,-74 0,-74 0,-55 40,-55 40,-74"/>
<text text-anchor="middle" x="20" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">solve</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge6" class="edge">
<title>Node1&#45;&gt;Node1</title>
<path fill="none" stroke="#63b8ff" d="M3.56,-74.37C-3.94,-82.94 1.54,-92 20,-92 30.09,-92 36.31,-89.29 38.64,-85.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="42.12,-84.98 36.73,-75.85 35.25,-86.34 42.12,-84.98"/>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d5/df4/group__sudoku.html#ga62e94fc39f116e2c81daed8f5437431b" target="_top" xlink:title="Find and get the location for next empty cell.">
<polygon fill="white" stroke="#666666" points="174,-93 76,-93 76,-74 174,-74 174,-93"/>
<text text-anchor="middle" x="125" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">get_next_unknown</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M40.37,-68.07C47.42,-69.37 55.81,-70.92 64.5,-72.52"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.65,-75.93 74.12,-74.3 64.92,-69.04 63.65,-75.93"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d5/df4/group__sudoku.html#ga3a0ec150ac9d0cb6b28279d36d95d72f" target="_top" xlink:title="Check if element v is valid to place at (x,y) location.">
<polygon fill="white" stroke="#666666" points="140.5,-56 109.5,-56 109.5,-37 140.5,-37 140.5,-56"/>
<text text-anchor="middle" x="125" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">OK</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M40.37,-61.11C56.64,-58.27 80.04,-54.18 97.95,-51.05"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="98.32,-54.54 107.56,-49.37 97.11,-47.65 98.32,-54.54"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d5/df4/group__sudoku.html#ga1cd43df3f4187845ce186042fe53e6f1" target="_top" xlink:title="Check if a 3x3 box is valid.">
<polygon fill="white" stroke="#666666" points="257,-93 210,-93 210,-74 257,-74 257,-93"/>
<text text-anchor="middle" x="233.5" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">OKbox</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M140.81,-51.64C155.78,-56.85 179.45,-65.07 198.98,-71.86"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="197.6,-75.08 208.19,-75.05 199.89,-68.47 197.6,-75.08"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../d5/df4/group__sudoku.html#ga6503128d4f5ce0a0826f72f73f9e0b2a" target="_top" xlink:title="Check if y^th column is valid.">
<polygon fill="white" stroke="#666666" points="255.5,-56 211.5,-56 211.5,-37 255.5,-37 255.5,-56"/>
<text text-anchor="middle" x="233.5" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">OKcol</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M140.81,-46.5C156.03,-46.5 180.21,-46.5 199.92,-46.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="199.69,-50 209.69,-46.5 199.69,-43 199.69,-50"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55" target="_top" xlink:title="Check if x^th row is valid.">
<polygon fill="white" stroke="#666666" points="257,-19 210,-19 210,0 257,0 257,-19"/>
<text text-anchor="middle" x="233.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">OKrow</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node3&#45;&gt;Node6</title>
<path fill="none" stroke="#63b8ff" d="M140.81,-41.36C155.78,-36.15 179.45,-27.93 198.98,-21.14"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="199.89,-24.53 208.19,-17.95 197.6,-17.92 199.89,-24.53"/>
</g>
</g>
</svg>