TheAlgorithms-C/d5/df4/group__sudoku_gadfe0ed5085b4775d8fa00b434cc0fdfc_cgraph.svg

98 lines
4.7 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 2.46.1 (20210213.1702)
-->
<!-- Title: solve Pages: 1 -->
<svg width="265pt" height="104pt"
viewBox="0.00 0.00 265.00 104.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 100)">
<title>solve</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-100 261,-100 261,4 -4,4"/>
<!-- 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="#bfbfbf" stroke="black" points="0,-57.5 0,-76.5 40,-76.5 40,-57.5 0,-57.5"/>
<text text-anchor="middle" x="20" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">solve</text>
</a>
</g>
</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="black" points="76,-76.5 76,-95.5 174,-95.5 174,-76.5 76,-76.5"/>
<text text-anchor="middle" x="125" y="-83.5" 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="midnightblue" d="M40.37,-70.57C47.73,-71.93 56.55,-73.56 65.66,-75.24"/>
<polygon fill="midnightblue" stroke="midnightblue" points="65.14,-78.7 75.61,-77.07 66.41,-71.82 65.14,-78.7"/>
</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="black" points="109.5,-38.5 109.5,-57.5 140.5,-57.5 140.5,-38.5 109.5,-38.5"/>
<text text-anchor="middle" x="125" y="-45.5" 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="midnightblue" d="M40.37,-63.43C57.05,-60.35 81.22,-55.89 99.29,-52.56"/>
<polygon fill="midnightblue" stroke="midnightblue" points="100.17,-55.95 109.37,-50.7 98.9,-49.07 100.17,-55.95"/>
</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="black" points="210,-76.5 210,-95.5 257,-95.5 257,-76.5 210,-76.5"/>
<text text-anchor="middle" x="233.5" y="-83.5" 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="midnightblue" d="M140.81,-53.28C156.06,-58.73 180.33,-67.39 200.07,-74.43"/>
<polygon fill="midnightblue" stroke="midnightblue" points="199.03,-77.77 209.62,-77.84 201.38,-71.18 199.03,-77.77"/>
</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="black" points="211.5,-38.5 211.5,-57.5 255.5,-57.5 255.5,-38.5 211.5,-38.5"/>
<text text-anchor="middle" x="233.5" y="-45.5" 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="midnightblue" d="M140.81,-48C156.31,-48 181.12,-48 201.03,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="201.2,-51.5 211.2,-48 201.2,-44.5 201.2,-51.5"/>
</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="black" points="210,-0.5 210,-19.5 257,-19.5 257,-0.5 210,-0.5"/>
<text text-anchor="middle" x="233.5" y="-7.5" 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="midnightblue" d="M140.81,-42.72C156.06,-37.27 180.33,-28.61 200.07,-21.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="201.38,-24.82 209.62,-18.16 199.03,-18.23 201.38,-24.82"/>
</g>
</g>
</svg>