2020-07-05 03:07:10 +08: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">
2022-09-08 08:17:03 +08:00
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
2020-07-05 03:07:10 +08:00
-->
<!-- Title: solve Pages: 1 -->
2022-09-08 08:17:03 +08:00
<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)" >
2020-07-05 03:07:10 +08:00
<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." >
2022-09-08 08:17:03 +08:00
<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>
2020-07-05 03:07:10 +08:00
</a>
</g>
</g>
2021-10-26 03:34:27 +08:00
<!-- Node1->Node1 -->
<g id= "edge6" class= "edge" >
<title > Node1- > Node1</title>
2022-09-08 08:17:03 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M3.97,-74.08C-3.83,-82.73 1.52,-92 20,-92 31.55,-92 37.97,-88.38 39.26,-83.55" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "42.57,-82.42 36.03,-74.08 35.94,-84.68 42.57,-82.42" />
2021-10-26 03:34:27 +08:00
</g>
2020-07-05 03:07:10 +08: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." >
2022-09-08 08:17:03 +08:00
<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>
2020-07-05 03:07:10 +08:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2022-09-08 08:17:03 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M40.37,-68.07C47.73,-69.43 56.55,-71.06 65.66,-72.74" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "65.14,-76.2 75.61,-74.57 66.41,-69.32 65.14,-76.2" />
2020-07-05 03:07:10 +08: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." >
2022-09-08 08:17:03 +08:00
<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>
2020-07-05 03:07:10 +08:00
</a>
</g>
</g>
<!-- Node1->Node3 -->
<g id= "edge2" class= "edge" >
<title > Node1- > Node3</title>
2022-09-08 08:17:03 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M40.37,-61.11C57.05,-58.2 81.22,-53.98 99.29,-50.82" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "100.12,-54.23 109.37,-49.06 98.92,-47.33 100.12,-54.23" />
2020-07-05 03:07:10 +08: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." >
2022-09-08 08:17:03 +08:00
<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>
2020-07-05 03:07:10 +08:00
</a>
</g>
</g>
<!-- Node3->Node4 -->
<g id= "edge3" class= "edge" >
<title > Node3- > Node4</title>
2022-09-08 08:17:03 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M140.81,-51.64C156.06,-56.94 180.33,-65.38 200.07,-72.23" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "199.03,-75.58 209.62,-75.55 201.32,-68.96 199.03,-75.58" />
2020-07-05 03:07:10 +08: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." >
2022-09-08 08:17:03 +08:00
<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>
2020-07-05 03:07:10 +08:00
</a>
</g>
</g>
<!-- Node3->Node5 -->
<g id= "edge4" class= "edge" >
<title > Node3- > Node5</title>
2022-09-08 08:17:03 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M140.81,-46.5C156.31,-46.5 181.12,-46.5 201.03,-46.5" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "201.2,-50 211.2,-46.5 201.2,-43 201.2,-50" />
2020-07-05 03:07:10 +08: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." >
2022-09-08 08:17:03 +08:00
<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>
2020-07-05 03:07:10 +08:00
</a>
</g>
</g>
<!-- Node3->Node6 -->
<g id= "edge5" class= "edge" >
<title > Node3- > Node6</title>
2022-09-08 08:17:03 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M140.81,-41.36C156.06,-36.06 180.33,-27.62 200.07,-20.77" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "201.32,-24.04 209.62,-17.45 199.03,-17.42 201.32,-24.04" />
2020-07-05 03:07:10 +08:00
</g>
</g>
</svg>