Documentation for 88394665b4

This commit is contained in:
github-actions
2021-08-27 17:55:41 +00:00
parent 5906d777f6
commit ded30c8174
228 changed files with 5650 additions and 5607 deletions

View File

@@ -0,0 +1,4 @@
<map id="machine_learning::aystar_search::AyStarSearch&lt; Puzzle &gt;::Info" name="machine_learning::aystar_search::AyStarSearch&lt; Puzzle &gt;::Info">
<area shape="rect" id="node1" title="Struct that handles all the information related to the current state." alt="" coords="7,95,177,151"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="5,5,179,32"/>
</map>

View File

@@ -0,0 +1 @@
7fd835ac9fd2c00d63887d6fca61fab6

View File

@@ -0,0 +1,40 @@
<?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.48.0 (20210717.1556)
-->
<!-- Title: machine_learning::aystar_search::AyStarSearch&lt; Puzzle &gt;::Info Pages: 1 -->
<svg width="138pt" height="117pt"
viewBox="0.00 0.00 138.00 117.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 113)">
<title>machine_learning::aystar_search::AyStarSearch&lt; Puzzle &gt;::Info</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-113 134,-113 134,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Struct that handles all the information related to the current state.">
<polygon fill="#bfbfbf" stroke="black" points="1,-0.5 1,-41.5 129,-41.5 129,-0.5 1,-0.5"/>
<text text-anchor="start" x="9" y="-29.5" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::aystar</text>
<text text-anchor="start" x="9" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">_search::AyStarSearch&lt;</text>
<text text-anchor="middle" x="65" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00"> Puzzle &gt;::Info</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-89.5 0,-108.5 130,-108.5 130,-89.5 0,-89.5"/>
<text text-anchor="middle" x="65" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr&lt; Puzzle &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M65,-79.14C65,-67.73 65,-53.21 65,-41.66"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="61.5,-79.28 65,-89.28 68.5,-79.28 61.5,-79.28"/>
<text text-anchor="middle" x="77.5" y="-63" font-family="Helvetica,sans-Serif" font-size="10.00"> state</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB