Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: backtracking::generate_parentheses Class Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -116,19 +116,19 @@ Collaboration diagram for backtracking::generate_parentheses:</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:af39c03d80ce0ba9fbf659b420980d160"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/de5/classbacktracking_1_1generate__parentheses.html#af39c03d80ce0ba9fbf659b420980d160">generate</a> (int n)</td></tr>
<tr class="memitem:af39c03d80ce0ba9fbf659b420980d160" id="r_af39c03d80ce0ba9fbf659b420980d160"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/de5/classbacktracking_1_1generate__parentheses.html#af39c03d80ce0ba9fbf659b420980d160">generate</a> (int n)</td></tr>
<tr class="memdesc:af39c03d80ce0ba9fbf659b420980d160"><td class="mdescLeft">&#160;</td><td class="mdescRight">wrapper interface <br /></td></tr>
<tr class="separator:af39c03d80ce0ba9fbf659b420980d160"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pri-methods" name="pri-methods"></a>
Private Member Functions</h2></td></tr>
<tr class="memitem:ac1489edd65374f22fe04851051f0a2ec"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/de5/classbacktracking_1_1generate__parentheses.html#ac1489edd65374f22fe04851051f0a2ec">makeStrings</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> str, int n, int closed, int open)</td></tr>
<tr class="memitem:ac1489edd65374f22fe04851051f0a2ec" id="r_ac1489edd65374f22fe04851051f0a2ec"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/de5/classbacktracking_1_1generate__parentheses.html#ac1489edd65374f22fe04851051f0a2ec">makeStrings</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> str, int n, int closed, int open)</td></tr>
<tr class="memdesc:ac1489edd65374f22fe04851051f0a2ec"><td class="mdescLeft">&#160;</td><td class="mdescRight">function that adds parenthesis to the string. <br /></td></tr>
<tr class="separator:ac1489edd65374f22fe04851051f0a2ec"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pri-attribs" name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr class="memitem:ab35b9b6d2886abed3d6fb05c2be1c508"><td class="memItemLeft" align="right" valign="top"><a id="ab35b9b6d2886abed3d6fb05c2be1c508" name="ab35b9b6d2886abed3d6fb05c2be1c508"></a>
<tr class="memitem:ab35b9b6d2886abed3d6fb05c2be1c508" id="r_ab35b9b6d2886abed3d6fb05c2be1c508"><td class="memItemLeft" align="right" valign="top"><a id="ab35b9b6d2886abed3d6fb05c2be1c508" name="ab35b9b6d2886abed3d6fb05c2be1c508"></a>
<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>res</b></td></tr>
<tr class="memdesc:ab35b9b6d2886abed3d6fb05c2be1c508"><td class="mdescLeft">&#160;</td><td class="mdescRight">Contains all possible valid patterns. <br /></td></tr>
<tr class="separator:ab35b9b6d2886abed3d6fb05c2be1c508"><td class="memSeparator" colspan="2">&#160;</td></tr>
@@ -270,7 +270,7 @@ Here is the call graph for this function:</div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../db/dc0/namespacebacktracking.html">backtracking</a></li><li class="navelem"><a class="el" href="../../df/de5/classbacktracking_1_1generate__parentheses.html">generate_parentheses</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7 </li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>

View File

@@ -1,8 +1,8 @@
<map id="backtracking::generate_parentheses::makeStrings" name="backtracking::generate_parentheses::makeStrings">
<area shape="rect" id="Node000001" title="function that adds parenthesis to the string." alt="" coords="5,29,186,70"/>
<area shape="poly" id="edge2_Node000001_Node000001" title=" " alt="" coords="55,29,53,19,59,10,74,5,96,3,119,5,133,12,131,17,118,10,95,8,75,10,63,15,58,21,60,28"/>
<area shape="poly" id="edge2_Node000001_Node000001" title=" " alt="" coords="55,29,53,19,59,10,74,5,96,3,119,5,133,11,131,16,117,10,95,8,75,10,63,15,58,21,60,28"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/size.html#" title=" " alt="" coords="250,12,372,37"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="185,36,235,31,235,36,186,42"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="185,36,234,31,234,36,186,42"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/push_back.html#" title=" " alt="" coords="234,61,388,87"/>
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="186,57,219,61,219,66,185,62"/>
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="186,57,218,61,218,66,185,62"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: backtracking::generate_parentheses::makeStrings Pages: 1 -->
<svg width="295pt" height="69pt"
@@ -32,8 +32,8 @@
<g id="edge2_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge2_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M39.01,-43.36C33.17,-52.43 42.71,-60.88 67.62,-60.88 81.64,-60.88 90.79,-58.2 95.08,-54.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="98.66,-54.68 96.24,-44.36 91.7,-53.93 98.66,-54.68"/>
<path fill="none" stroke="#63b8ff" d="M39.01,-43.36C33.17,-52.43 42.71,-60.88 67.62,-60.88 81.25,-60.88 90.28,-58.35 94.71,-54.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="98.15,-55.24 96.04,-44.86 91.21,-54.29 98.15,-55.24"/>
</a>
</g>
</g>
@@ -50,8 +50,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M135.34,-35.57C147.63,-37.04 160.34,-38.55 172.27,-39.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="171.62,-43.54 181.97,-41.25 172.45,-36.59 171.62,-43.54"/>
<path fill="none" stroke="#63b8ff" d="M135.34,-35.57C147.38,-37.01 159.82,-38.49 171.54,-39.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="171.12,-43.36 181.46,-41.07 171.95,-36.41 171.12,-43.36"/>
</a>
</g>
</g>
@@ -68,8 +68,8 @@
<g id="edge3_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M135.34,-20.1C143.53,-19.17 151.91,-18.23 160.12,-17.3"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="160.24,-20.7 169.79,-16.1 159.46,-13.74 160.24,-20.7"/>
<path fill="none" stroke="#63b8ff" d="M135.34,-20.1C143.35,-19.19 151.54,-18.27 159.57,-17.36"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.74,-20.86 169.28,-16.27 158.95,-13.91 159.74,-20.86"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -1,7 +1,7 @@
<?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 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: backtracking::generate_parentheses::makeStrings Pages: 1 -->
<svg width="295pt" height="69pt"
@@ -22,8 +22,8 @@
<g id="edge2_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge2_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M39.01,-43.36C33.17,-52.43 42.71,-60.88 67.62,-60.88 81.64,-60.88 90.79,-58.2 95.08,-54.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="98.66,-54.68 96.24,-44.36 91.7,-53.93 98.66,-54.68"/>
<path fill="none" stroke="#63b8ff" d="M39.01,-43.36C33.17,-52.43 42.71,-60.88 67.62,-60.88 81.25,-60.88 90.28,-58.35 94.71,-54.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="98.15,-55.24 96.04,-44.86 91.21,-54.29 98.15,-55.24"/>
</a>
</g>
</g>
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M135.34,-35.57C147.63,-37.04 160.34,-38.55 172.27,-39.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="171.62,-43.54 181.97,-41.25 172.45,-36.59 171.62,-43.54"/>
<path fill="none" stroke="#63b8ff" d="M135.34,-35.57C147.38,-37.01 159.82,-38.49 171.54,-39.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="171.12,-43.36 181.46,-41.07 171.95,-36.41 171.12,-43.36"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge3_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M135.34,-20.1C143.53,-19.17 151.91,-18.23 160.12,-17.3"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="160.24,-20.7 169.79,-16.1 159.46,-13.74 160.24,-20.7"/>
<path fill="none" stroke="#63b8ff" d="M135.34,-20.1C143.35,-19.19 151.54,-18.27 159.57,-17.36"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.74,-20.86 169.28,-16.27 158.95,-13.91 159.74,-20.86"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -1,12 +1,12 @@
<map id="backtracking::generate_parentheses::generate" name="backtracking::generate_parentheses::generate">
<area shape="rect" id="Node000001" title="wrapper interface" alt="" coords="5,39,163,80"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/clear.html#" title=" " alt="" coords="241,5,361,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="163,42,226,30,227,35,164,47"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="163,42,225,30,226,35,164,47"/>
<area shape="rect" id="Node000003" href="$df/de5/classbacktracking_1_1generate__parentheses.html#ac1489edd65374f22fe04851051f0a2ec" title="function that adds parenthesis to the string." alt="" coords="211,79,391,120"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="164,71,196,77,195,83,163,77"/>
<area shape="poly" id="edge4_Node000003_Node000003" title=" " alt="" coords="260,79,258,69,265,60,279,55,301,53,325,55,339,62,336,66,323,60,301,58,280,60,268,64,263,70,265,78"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="164,71,195,77,194,83,163,77"/>
<area shape="poly" id="edge4_Node000003_Node000003" title=" " alt="" coords="260,79,258,69,265,60,279,55,301,53,324,55,338,61,336,66,323,60,301,58,280,60,268,64,263,70,265,78"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/size.html#" title=" " alt="" coords="455,61,577,87"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="391,86,440,80,441,86,391,92"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="391,86,439,81,440,86,391,92"/>
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/push_back.html#" title=" " alt="" coords="439,111,593,136"/>
<area shape="poly" id="edge5_Node000003_Node000005" title=" " alt="" coords="391,107,424,111,424,116,391,112"/>
<area shape="poly" id="edge5_Node000003_Node000005" title=" " alt="" coords="391,107,424,111,423,116,391,112"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: backtracking::generate_parentheses::generate Pages: 1 -->
<svg width="449pt" height="106pt"
@@ -41,8 +41,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M118.44,-68.9C134.04,-71.91 150.83,-75.15 166.2,-78.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.1,-81.67 175.58,-80.12 166.43,-74.79 165.1,-81.67"/>
<path fill="none" stroke="#63b8ff" d="M118.44,-68.9C133.74,-71.86 150.18,-75.03 165.31,-77.95"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.61,-81.38 175.1,-79.84 165.94,-74.51 164.61,-81.38"/>
</a>
</g>
</g>
@@ -60,8 +60,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M118.44,-46.71C126.36,-45.23 134.59,-43.69 142.79,-42.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.32,-45.44 152.51,-40.16 142.04,-38.56 143.32,-45.44"/>
<path fill="none" stroke="#63b8ff" d="M118.44,-46.71C126.19,-45.26 134.22,-43.76 142.23,-42.27"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.83,-45.71 152.02,-40.44 141.55,-38.83 142.83,-45.71"/>
</a>
</g>
</g>
@@ -69,8 +69,8 @@
<g id="edge4_Node000003_Node000003" class="edge">
<title>Node3&#45;&gt;Node3</title>
<g id="a_edge4_Node000003_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M193.01,-43.36C187.17,-52.43 196.71,-60.88 221.62,-60.88 235.64,-60.88 244.79,-58.2 249.08,-54.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="252.66,-54.68 250.24,-44.36 245.7,-53.93 252.66,-54.68"/>
<path fill="none" stroke="#63b8ff" d="M193.01,-43.36C187.17,-52.43 196.71,-60.88 221.62,-60.88 235.25,-60.88 244.28,-58.35 248.71,-54.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="252.15,-55.24 250.04,-44.86 245.21,-54.29 252.15,-55.24"/>
</a>
</g>
</g>
@@ -87,8 +87,8 @@
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M289.34,-35.57C301.63,-37.04 314.34,-38.55 326.27,-39.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="325.62,-43.54 335.97,-41.25 326.45,-36.59 325.62,-43.54"/>
<path fill="none" stroke="#63b8ff" d="M289.34,-35.57C301.38,-37.01 313.82,-38.49 325.54,-39.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="325.12,-43.36 335.46,-41.07 325.95,-36.41 325.12,-43.36"/>
</a>
</g>
</g>
@@ -105,8 +105,8 @@
<g id="edge5_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge5_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M289.34,-20.1C297.53,-19.17 305.91,-18.23 314.12,-17.3"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="314.24,-20.7 323.79,-16.1 313.46,-13.74 314.24,-20.7"/>
<path fill="none" stroke="#63b8ff" d="M289.34,-20.1C297.35,-19.19 305.54,-18.27 313.57,-17.36"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="313.74,-20.86 323.28,-16.27 312.95,-13.91 313.74,-20.86"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -1,7 +1,7 @@
<?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 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: backtracking::generate_parentheses::generate Pages: 1 -->
<svg width="449pt" height="106pt"
@@ -31,8 +31,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M118.44,-68.9C134.04,-71.91 150.83,-75.15 166.2,-78.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.1,-81.67 175.58,-80.12 166.43,-74.79 165.1,-81.67"/>
<path fill="none" stroke="#63b8ff" d="M118.44,-68.9C133.74,-71.86 150.18,-75.03 165.31,-77.95"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.61,-81.38 175.1,-79.84 165.94,-74.51 164.61,-81.38"/>
</a>
</g>
</g>
@@ -50,8 +50,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M118.44,-46.71C126.36,-45.23 134.59,-43.69 142.79,-42.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.32,-45.44 152.51,-40.16 142.04,-38.56 143.32,-45.44"/>
<path fill="none" stroke="#63b8ff" d="M118.44,-46.71C126.19,-45.26 134.22,-43.76 142.23,-42.27"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.83,-45.71 152.02,-40.44 141.55,-38.83 142.83,-45.71"/>
</a>
</g>
</g>
@@ -59,8 +59,8 @@
<g id="edge4_Node000003_Node000003" class="edge">
<title>Node3&#45;&gt;Node3</title>
<g id="a_edge4_Node000003_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M193.01,-43.36C187.17,-52.43 196.71,-60.88 221.62,-60.88 235.64,-60.88 244.79,-58.2 249.08,-54.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="252.66,-54.68 250.24,-44.36 245.7,-53.93 252.66,-54.68"/>
<path fill="none" stroke="#63b8ff" d="M193.01,-43.36C187.17,-52.43 196.71,-60.88 221.62,-60.88 235.25,-60.88 244.28,-58.35 248.71,-54.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="252.15,-55.24 250.04,-44.86 245.21,-54.29 252.15,-55.24"/>
</a>
</g>
</g>
@@ -77,8 +77,8 @@
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M289.34,-35.57C301.63,-37.04 314.34,-38.55 326.27,-39.97"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="325.62,-43.54 335.97,-41.25 326.45,-36.59 325.62,-43.54"/>
<path fill="none" stroke="#63b8ff" d="M289.34,-35.57C301.38,-37.01 313.82,-38.49 325.54,-39.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="325.12,-43.36 335.46,-41.07 325.95,-36.41 325.12,-43.36"/>
</a>
</g>
</g>
@@ -95,8 +95,8 @@
<g id="edge5_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge5_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M289.34,-20.1C297.53,-19.17 305.91,-18.23 314.12,-17.3"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="314.24,-20.7 323.79,-16.1 313.46,-13.74 314.24,-20.7"/>
<path fill="none" stroke="#63b8ff" d="M289.34,-20.1C297.35,-19.19 305.54,-18.27 313.57,-17.36"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="313.74,-20.86 323.28,-16.27 312.95,-13.91 313.74,-20.86"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB