2020-07-04 22:07:10 +03:00
<?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">
2021-11-05 21:11:46 +03:00
<!-- Generated by graphviz version 2.49.3 (20211023.0002)
2020-07-04 22:07:10 +03:00
-->
<!-- Title: solve Pages: 1 -->
2021-10-25 22:34:27 +03:00
<svg width= "267pt" height= "104pt"
viewBox="0.00 0.00 267.10 104.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2020-07-04 22:07:10 +03:00
<g id= "graph0" class= "graph" transform= "scale(1 1) rotate(0) translate(4 100)" >
<title > solve</title>
2021-10-25 22:34:27 +03:00
<polygon fill= "white" stroke= "transparent" points= "-4,4 -4,-100 263.1,-100 263.1,4 -4,4" />
2020-07-04 22:07:10 +03:00
<!-- Node1 -->
<g id= "node1" class= "node" >
<title > Node1</title>
<g id= "a_node1" > <a xlink:title= "Function to solve a partially filled sudoku matrix." >
2021-10-25 22:34:27 +03:00
<polygon fill= "#bfbfbf" stroke= "black" points= "0.1,-57.5 0.1,-76.5 40.1,-76.5 40.1,-57.5 0.1,-57.5" />
<text text-anchor= "middle" x= "20.1" y= "-64.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > solve</text>
2020-07-04 22:07:10 +03:00
</a>
</g>
</g>
2021-10-25 22:34:27 +03:00
<!-- Node1->Node1 -->
<g id= "edge6" class= "edge" >
<title > Node1- > Node1</title>
<path fill= "none" stroke= "midnightblue" d= "M3.76,-76.76C-4.19,-85.57 1.26,-95 20.1,-95 31.88,-95 38.42,-91.31 39.73,-86.4" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "42.98,-85.09 36.44,-76.76 36.36,-87.35 42.98,-85.09" />
</g>
2020-07-04 22:07:10 +03:00
<!-- 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." >
2021-10-25 22:34:27 +03:00
<polygon fill= "white" stroke= "black" points= "76.1,-76.5 76.1,-95.5 176.1,-95.5 176.1,-76.5 76.1,-76.5" />
<text text-anchor= "middle" x= "126.1" y= "-83.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > get_next_unknown</text>
2020-07-04 22:07:10 +03:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2021-10-25 22:34:27 +03:00
<path fill= "none" stroke= "midnightblue" d= "M40.18,-70.48C47.58,-71.84 56.5,-73.47 65.74,-75.16" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "65.37,-78.64 75.83,-77 66.62,-71.76 65.37,-78.64" />
2020-07-04 22:07:10 +03:00
</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." >
2021-10-25 22:34:27 +03:00
<polygon fill= "white" stroke= "black" points= "110.6,-38.5 110.6,-57.5 141.6,-57.5 141.6,-38.5 110.6,-38.5" />
<text text-anchor= "middle" x= "126.1" y= "-45.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > OK</text>
2020-07-04 22:07:10 +03:00
</a>
</g>
</g>
<!-- Node1->Node3 -->
<g id= "edge2" class= "edge" >
<title > Node1- > Node3</title>
2021-10-25 22:34:27 +03:00
<path fill= "none" stroke= "midnightblue" d= "M40.18,-63.52C57.14,-60.42 82.04,-55.87 100.49,-52.5" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "101.3,-55.91 110.51,-50.67 100.04,-49.02 101.3,-55.91" />
2020-07-04 22:07:10 +03:00
</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." >
2021-10-25 22:34:27 +03:00
<polygon fill= "white" stroke= "black" points= "212.1,-76.5 212.1,-95.5 259.1,-95.5 259.1,-76.5 212.1,-76.5" />
<text text-anchor= "middle" x= "235.6" y= "-83.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > OKbox</text>
2020-07-04 22:07:10 +03:00
</a>
</g>
</g>
<!-- Node3->Node4 -->
<g id= "edge3" class= "edge" >
<title > Node3- > Node4</title>
2021-10-25 22:34:27 +03:00
<path fill= "none" stroke= "midnightblue" d= "M142.05,-53.28C157.54,-58.76 182.26,-67.5 202.25,-74.56" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "201.31,-77.95 211.91,-77.98 203.65,-71.35 201.31,-77.95" />
2020-07-04 22:07:10 +03:00
</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." >
2021-10-25 22:34:27 +03:00
<polygon fill= "white" stroke= "black" points= "213.6,-38.5 213.6,-57.5 257.6,-57.5 257.6,-38.5 213.6,-38.5" />
<text text-anchor= "middle" x= "235.6" y= "-45.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > OKcol</text>
2020-07-04 22:07:10 +03:00
</a>
</g>
</g>
<!-- Node3->Node5 -->
<g id= "edge4" class= "edge" >
<title > Node3- > Node5</title>
2021-10-25 22:34:27 +03:00
<path fill= "none" stroke= "midnightblue" d= "M142.05,-48C157.87,-48 183.29,-48 203.49,-48" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "203.5,-51.5 213.5,-48 203.5,-44.5 203.5,-51.5" />
2020-07-04 22:07:10 +03:00
</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." >
2021-10-25 22:34:27 +03:00
<polygon fill= "white" stroke= "black" points= "212.1,-0.5 212.1,-19.5 259.1,-19.5 259.1,-0.5 212.1,-0.5" />
<text text-anchor= "middle" x= "235.6" y= "-7.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > OKrow</text>
2020-07-04 22:07:10 +03:00
</a>
</g>
</g>
<!-- Node3->Node6 -->
<g id= "edge5" class= "edge" >
<title > Node3- > Node6</title>
2021-10-25 22:34:27 +03:00
<path fill= "none" stroke= "midnightblue" d= "M142.05,-42.72C157.54,-37.24 182.26,-28.5 202.25,-21.44" />
<polygon fill= "midnightblue" stroke= "midnightblue" points= "203.65,-24.65 211.91,-18.02 201.31,-18.05 203.65,-24.65" />
2020-07-04 22:07:10 +03:00
</g>
</g>
</svg>