2025-11-06 09:16:40 -05: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">
2026-06-14 08:36:52 -04:00
<!-- Generated by graphviz version 14.1.2 (20260124.0452)
2025-11-06 09:16:40 -05:00
-->
<!-- Title: src/lib/reaction/reaction.cpp Pages: 1 -->
2025-11-27 15:06:27 -05:00
<!-- zoomable 282 -->
2025-11-06 09:16:40 -05:00
<svg id= "main" version= "1.1" xmlns= "http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink" xml:space= "preserve" onload= "init(evt)" >
<style type= "text/css" > < ![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<defs >
<circle id= "rim" cx= "0" cy= "0" r= "7" />
<circle id= "rim2" cx= "0" cy= "0" r= "3.5" />
<g id= "zoomPlus" >
<use xlink:href= "#rim" fill= "#404040" > <set attributeName= "fill" to= "#808080" begin= "zoomplus.mouseover" end= "zoomplus.mouseout" /> </use>
<path d= "M-4,0h8M0,-4v8" fill= "none" stroke= "white" stroke-width= "1.5" pointer-events= "none" />
</g>
<g id= "zoomMin" >
<use xlink:href= "#rim" fill= "#404040" > <set attributeName= "fill" to= "#808080" begin= "zoomminus.mouseover" end= "zoomminus.mouseout" /> </use>
<path d= "M-4,0h8" fill= "none" stroke= "white" stroke-width= "1.5" pointer-events= "none" />
</g>
<g id= "arrowUp" transform= "translate(30 24)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowRight" transform= "rotate(90) translate(36 -43)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowDown" transform= "rotate(180) translate(-30 -48)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowLeft" transform= "rotate(270) translate(-36 17)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "resetDef" >
<use xlink:href= "#rim2" fill= "#404040" > <set attributeName= "fill" to= "#808080" begin= "reset.mouseover" end= "reset.mouseout" /> </use>
</g>
</defs>
<script type= "application/ecmascript" >
2026-06-14 08:36:52 -04:00
var viewWidth = 1462;
2025-11-27 15:06:27 -05:00
var viewHeight = 282;
2025-11-06 09:16:40 -05:00
var sectionId = 'dynsection-0';
</script>
<script type= "application/ecmascript" xlink:href= "svg.min.js" />
<svg id= "graph" class= "graph" >
<g id= "viewport" >
<title > src/lib/reaction/reaction.cpp</title>
<!-- Node1 -->
<g id= "Node000001" class= "node" >
<title > Node1</title>
<g id= "a_Node000001" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#999999" stroke= "#666666" points= "774.62,-274 638.62,-274 638.62,-254.75 774.62,-254.75 774.62,-274" />
<text xml:space= "preserve" text-anchor= "middle" x= "706.62" y= "-260.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/reaction/reaction.cpp</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2 -->
<g id= "Node000002" class= "node" >
<title > Node2</title>
<g id= "a_Node000002" > <a xlink:href= "reaction_8h.html" target= "_top" xlink:title= "Defines classes for representing and managing nuclear reactions." >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "609.88,-146.62 481.38,-146.62 481.38,-127.38 609.88,-127.38 609.88,-146.62" />
<text xml:space= "preserve" text-anchor= "middle" x= "545.62" y= "-133.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/reaction/reaction.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1_Node000001_Node000002" class= "edge" >
<title > Node1- > Node2</title>
<g id= "a_edge1_Node000001_Node000002" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M695.27,-254.29C677.51,-240.09 642.03,-211.84 611.62,-188.25 596.57,-176.57 579.46,-163.54 566.42,-153.68" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "568.65,-150.98 558.57,-147.74 564.43,-156.56 568.65,-150.98" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
<!-- Node3 -->
<g id= "Node000003" class= "node" >
<title > Node3</title>
<g id= "a_Node000003" > <a xlink:title= " " >
2025-11-27 15:06:27 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "45.25,-80.12 0,-80.12 0,-60.88 45.25,-60.88 45.25,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "22.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > ranges</text>
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
<!-- Node1->Node3 -->
2026-06-14 08:36:52 -04:00
<g id= "edge19_Node000001_Node000003" class= "edge" >
2025-11-24 09:08:28 -05:00
<title > Node1- > Node3</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge19_Node000001_Node000003" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M638.47,-262.64C559.33,-260.18 425.59,-251.05 315.62,-218.75 251.45,-199.9 240.41,-182.25 180.62,-152.25 134.81,-129.26 81.81,-102.05 50.31,-85.81" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "51.95,-82.72 41.46,-81.24 48.74,-88.94 51.95,-82.72" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4 -->
<g id= "Node000004" class= "node" >
<title > Node4</title>
<g id= "a_Node000004" > <a xlink:title= " " >
2025-11-27 15:06:27 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "128.38,-80.12 62.88,-80.12 62.88,-60.88 128.38,-60.88 128.38,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "95.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > string_view</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node4 -->
2026-06-14 08:36:52 -04:00
<g id= "edge13_Node000001_Node000004" class= "edge" >
2025-11-06 09:16:40 -05:00
<title > Node1- > Node4</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge13_Node000001_Node000004" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M638.17,-259.38C575.28,-254.31 480.06,-243.09 400.62,-218.75 290.4,-184.98 170.12,-116.57 119.83,-86.39" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "121.86,-83.52 111.49,-81.33 118.23,-89.51 121.86,-83.52" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node5 -->
<g id= "Node000005" class= "node" >
<title > Node5</title>
<g id= "a_Node000005" > <a xlink:title= " " >
2025-11-27 15:06:27 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "300.62,-80.12 146.62,-80.12 146.62,-60.88 300.62,-60.88 300.62,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "223.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > fourdst/atomic/atomicSpecies.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node5 -->
2026-06-14 08:36:52 -04:00
<g id= "edge21_Node000001_Node000005" class= "edge" >
2025-11-06 09:16:40 -05:00
<title > Node1- > Node5</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge21_Node000001_Node000005" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M638.32,-256.77C590.49,-250.62 525.71,-239.21 471.62,-218.75 380.77,-184.37 285.19,-117.53 244.23,-87.18" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "246.56,-84.55 236.45,-81.36 242.36,-90.15 246.56,-84.55" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node9 -->
<g id= "Node000009" class= "node" >
<title > Node9</title>
<g id= "a_Node000009" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "989.12,-80.12 946.12,-80.12 946.12,-60.88 989.12,-60.88 989.12,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "967.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > vector</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node1->Node9 -->
2026-06-14 08:36:52 -04:00
<g id= "edge16_Node000001_Node000009" class= "edge" >
2025-11-24 09:08:28 -05:00
<title > Node1- > Node9</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge16_Node000001_Node000009" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M701.79,-254.41C689.27,-229.83 659.04,-160.65 692.62,-121.75 728.44,-80.26 884.08,-101.35 936.62,-85.75 937.62,-85.45 938.62,-85.13 939.63,-84.79" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "940.87,-88.06 948.85,-81.1 938.27,-81.57 940.87,-88.06" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node10 -->
<g id= "Node000010" class= "node" >
<title > Node10</title>
<g id= "a_Node000010" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1084.38,-80.12 1006.88,-80.12 1006.88,-60.88 1084.38,-60.88 1084.38,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "1045.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > unordered_set</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node10 -->
2026-06-14 08:36:52 -04:00
<g id= "edge17_Node000001_Node000010" class= "edge" >
2025-11-06 09:16:40 -05:00
<title > Node1- > Node10</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge17_Node000001_Node000010" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M704.6,-254.51C699.48,-229.59 688.92,-158.37 725.62,-121.75 768.94,-78.53 938.81,-98.67 998.62,-85.75 1001.57,-85.11 1004.6,-84.38 1007.63,-83.59" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1008.34,-87.03 1017.03,-80.96 1006.45,-80.29 1008.34,-87.03" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node14 -->
<g id= "Node000014" class= "node" >
<title > Node14</title>
<g id= "a_Node000014" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1347.62,-19.25 1307.62,-19.25 1307.62,0 1347.62,0 1347.62,-19.25" />
<text xml:space= "preserve" text-anchor= "middle" x= "1327.62" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > string</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node14 -->
<g id= "edge14_Node000001_Node000014" class= "edge" >
<title > Node1- > Node14</title>
<g id= "a_edge14_Node000001_Node000014" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M774.97,-259.39C864.57,-253.39 1016.36,-240.4 1067.62,-218.75 1087.57,-210.32 1085.6,-196.5 1105.62,-188.25 1176.29,-159.15 1396.49,-209.05 1447.62,-152.25 1466.86,-130.88 1438.53,-68.65 1426.62,-55.25 1409,-35.42 1380.84,-23.91 1359.05,-17.56" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1360.05,-14.2 1349.48,-15.01 1358.24,-20.97 1360.05,-14.2" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node15 -->
<g id= "Node000015" class= "node" >
<title > Node15</title>
<g id= "a_Node000015" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1154.25,-213.12 1115,-213.12 1115,-193.88 1154.25,-193.88 1154.25,-213.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "1134.62" y= "-199.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > utility</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node15 -->
2026-06-14 08:36:52 -04:00
<g id= "edge15_Node000001_Node000015" class= "edge" >
2025-11-06 09:16:40 -05:00
<title > Node1- > Node15</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge15_Node000001_Node000015" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M774.97,-261.5C854.4,-257.98 988.87,-247.86 1100.62,-218.75 1102.02,-218.39 1103.43,-217.98 1104.84,-217.53" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1105.93,-220.86 1114.12,-214.14 1103.52,-214.29 1105.93,-220.86" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node16 -->
<g id= "Node000016" class= "node" >
<title > Node16</title>
<g id= "a_Node000016" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1228.5,-213.12 1172.75,-213.12 1172.75,-193.88 1228.5,-193.88 1228.5,-213.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "1200.62" y= "-199.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > algorithm</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node16 -->
2026-06-14 08:36:52 -04:00
<g id= "edge18_Node000001_Node000016" class= "edge" >
2025-11-06 09:16:40 -05:00
<title > Node1- > Node16</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge18_Node000001_Node000016" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M774.93,-262.43C865.1,-259.89 1028.26,-250.8 1163.62,-218.75 1165.51,-218.3 1167.43,-217.78 1169.36,-217.21" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1170.43,-220.54 1178.76,-213.99 1168.17,-213.92 1170.43,-220.54" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node17 -->
<g id= "Node000017" class= "node" >
<title > Node17</title>
<g id= "a_Node000017" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1338.88,-213.12 1246.38,-213.12 1246.38,-193.88 1338.88,-193.88 1338.88,-213.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "1292.62" y= "-199.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > quill/LogMacros.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node17 -->
2026-06-14 08:36:52 -04:00
<g id= "edge20_Node000001_Node000017" class= "edge" >
2025-11-06 09:16:40 -05:00
<title > Node1- > Node17</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge20_Node000001_Node000017" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M774.99,-261.34C876.55,-257.47 1073.01,-246.78 1237.62,-218.75 1241.76,-218.05 1246.03,-217.18 1250.29,-216.23" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1251.03,-219.66 1259.94,-213.92 1249.4,-212.85 1251.03,-219.66" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
<!-- Node18 -->
<g id= "Node000018" class= "node" >
<title > Node18</title>
2026-06-14 08:36:52 -04:00
<g id= "a_Node000018" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1422.75,-213.12 1356.5,-213.12 1356.5,-193.88 1422.75,-193.88 1422.75,-213.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "1389.62" y= "-199.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > xxhash64.h</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
<!-- Node1->Node18 -->
<g id= "edge22_Node000001_Node000018" class= "edge" >
<title > Node1- > Node18</title>
<g id= "a_edge22_Node000001_Node000018" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M774.76,-264.35C892.7,-264.77 1142.01,-260.07 1347.62,-218.75 1350.24,-218.23 1352.91,-217.58 1355.58,-216.86" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1356.38,-220.28 1364.92,-214.02 1354.34,-213.58 1356.38,-220.28" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node19 -->
<g id= "Node000019" class= "node" >
<title > Node19</title>
<g id= "a_Node000019" > <a xlink:href= "exceptions_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "1058.38,-218.75 962.88,-218.75 962.88,-188.25 1058.38,-188.25 1058.38,-218.75" />
<text xml:space= "preserve" text-anchor= "start" x= "970.88" y= "-205.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/exceptions</text>
<text xml:space= "preserve" text-anchor= "middle" x= "1010.62" y= "-194" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /exceptions.h</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node1->Node19 -->
<g id= "edge23_Node000001_Node000019" class= "edge" >
<title > Node1- > Node19</title>
<g id= "a_edge23_Node000001_Node000019" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M753.46,-254.3C806.63,-244.01 893.46,-227.19 951.32,-215.99" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "951.84,-219.45 961,-214.11 950.51,-212.58 951.84,-219.45" />
</a>
</g>
</g>
<!-- Node30 -->
<g id= "Node000030" class= "node" >
<title > Node30</title>
<g id= "a_Node000030" > <a xlink:href= "reaclib_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "602.88,-213.12 480.38,-213.12 480.38,-193.88 602.88,-193.88 602.88,-213.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "541.62" y= "-199.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/reaction/reaclib.h</text>
</a>
</g>
</g>
<!-- Node1->Node30 -->
<g id= "edge44_Node000001_Node000030" class= "edge" >
<title > Node1- > Node30</title>
<g id= "a_edge44_Node000001_Node000030" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M681.21,-254.3C653.47,-244.41 608.85,-228.49 577.54,-217.32" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "579.09,-214.15 568.5,-214.09 576.74,-220.75 579.09,-214.15" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node3 -->
<g id= "edge2_Node000002_Node000003" class= "edge" >
<title > Node2- > Node3</title>
<g id= "a_edge2_Node000002_Node000003" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M481.1,-136.1C385.9,-134.77 202.93,-126.48 53.62,-85.75 52.45,-85.43 51.27,-85.07 50.09,-84.68" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "51.62,-81.52 41.03,-81.09 49.04,-88.03 51.62,-81.52" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node4 -->
<g id= "edge3_Node000002_Node000004" class= "edge" >
<title > Node2- > Node4</title>
<g id= "a_edge3_Node000002_Node000004" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M480.97,-132.13C399.92,-126.35 257.12,-113.08 137.62,-85.75 135.19,-85.19 132.69,-84.55 130.19,-83.84" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "131.4,-80.56 120.81,-80.94 129.33,-87.24 131.4,-80.56" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node5 -->
<g id= "edge4_Node000002_Node000005" class= "edge" >
<title > Node2- > Node5</title>
<g id= "a_edge4_Node000002_Node000005" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M500.17,-126.9C442.48,-115.34 342.95,-95.4 280.35,-82.86" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "281.08,-79.44 270.59,-80.91 279.71,-86.3 281.08,-79.44" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
<!-- Node6 -->
<g id= "Node000006" class= "node" >
<title > Node6</title>
<g id= "a_Node000006" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "736.5,-80.12 614.75,-80.12 614.75,-60.88 736.5,-60.88 736.5,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "675.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > fourdst/logging/logging.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node6 -->
<g id= "edge5_Node000002_Node000006" class= "edge" >
<title > Node2- > Node6</title>
<g id= "a_edge5_Node000002_Node000006" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M563.98,-126.9C585.65,-116.14 621.97,-98.12 647.27,-85.57" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "648.61,-88.81 656.01,-81.23 645.5,-82.54 648.61,-88.81" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node7 -->
<g id= "Node000007" class= "node" >
<title > Node7</title>
<g id= "a_Node000007" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "827.12,-80.12 754.12,-80.12 754.12,-60.88 827.12,-60.88 827.12,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "790.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > quill/Logger.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node7 -->
<g id= "edge6_Node000002_Node000007" class= "edge" >
<title > Node2- > Node7</title>
<g id= "a_edge6_Node000002_Node000007" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M584.52,-126.96C624.96,-117.4 690,-101.53 745.62,-85.75 747.75,-85.15 749.93,-84.51 752.13,-83.86" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "753.11,-87.22 761.65,-80.95 751.06,-80.52 753.11,-87.22" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node8 -->
<g id= "Node000008" class= "node" >
<title > Node8</title>
<g id= "a_Node000008" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "928,-80.12 845.25,-80.12 845.25,-60.88 928,-60.88 928,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "886.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > unordered_map</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node8 -->
<g id= "edge7_Node000002_Node000008" class= "edge" >
<title > Node2- > Node8</title>
<g id= "a_edge7_Node000002_Node000008" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M610.17,-126.88C669.4,-118.02 759.4,-103.37 836.62,-85.75 839.58,-85.08 842.61,-84.34 845.66,-83.56" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "846.41,-86.98 855.16,-81.01 844.59,-80.22 846.41,-86.98" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node9 -->
<g id= "edge8_Node000002_Node000009" class= "edge" >
<title > Node2- > Node9</title>
<g id= "a_edge8_Node000002_Node000009" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M610.17,-127.53C624.79,-125.62 640.24,-123.61 654.62,-121.75 779.93,-105.56 815.16,-120.54 936.62,-85.75 937.62,-85.46 938.63,-85.15 939.63,-84.82" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "940.86,-88.09 948.87,-81.15 938.28,-81.59 940.86,-88.09" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node10 -->
<g id= "edge9_Node000002_Node000010" class= "edge" >
<title > Node2- > Node10</title>
<g id= "a_edge9_Node000002_Node000010" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M610.34,-129.49C726.44,-117.71 961.52,-93.37 998.62,-85.75 1001.76,-85.11 1004.98,-84.35 1008.2,-83.52" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1008.85,-86.97 1017.54,-80.91 1006.97,-80.23 1008.85,-86.97" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
<!-- Node11 -->
<g id= "Node000011" class= "node" >
<title > Node11</title>
<g id= "a_Node000011" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "368.5,-80.12 318.75,-80.12 318.75,-60.88 368.5,-60.88 368.5,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "343.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > optional</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node11 -->
<g id= "edge10_Node000002_Node000011" class= "edge" >
<title > Node2- > Node11</title>
<g id= "a_edge10_Node000002_Node000011" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M511.49,-126.94C477.31,-117.59 423.34,-102.12 377.62,-85.75 376.68,-85.41 375.71,-85.06 374.75,-84.7" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "376.34,-81.56 365.75,-81.15 373.77,-88.08 376.34,-81.56" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node12 -->
<g id= "Node000012" class= "node" >
<title > Node12</title>
<g id= "a_Node000012" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "476.75,-80.12 386.5,-80.12 386.5,-60.88 476.75,-60.88 476.75,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "431.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > cppad/cppad.hpp</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node12 -->
<g id= "edge11_Node000002_Node000012" class= "edge" >
<title > Node2- > Node12</title>
<g id= "a_edge11_Node000002_Node000012" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M529.77,-127.03C511.08,-116.45 479.73,-98.72 457.5,-86.14" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "459.45,-83.22 449.03,-81.35 456.01,-89.32 459.45,-83.22" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node13 -->
<g id= "Node000013" class= "node" >
<title > Node13</title>
<g id= "a_Node000013" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "596.38,-85.75 494.88,-85.75 494.88,-55.25 596.38,-55.25 596.38,-85.75" />
<text xml:space= "preserve" text-anchor= "start" x= "502.88" y= "-72.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > fourdst/composition</text>
<text xml:space= "preserve" text-anchor= "middle" x= "545.62" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /composition.h</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node2->Node13 -->
<g id= "edge12_Node000002_Node000013" class= "edge" >
<title > Node2- > Node13</title>
<g id= "a_edge12_Node000002_Node000013" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M545.62,-127.03C545.62,-119.29 545.62,-107.7 545.62,-97.12" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "549.13,-97.36 545.63,-87.36 542.13,-97.36 549.13,-97.36" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node20 -->
<g id= "Node000020" class= "node" >
<title > Node20</title>
<g id= "a_Node000020" > <a xlink:href= "error__gridfire_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "1198.38,-85.75 1102.88,-85.75 1102.88,-55.25 1198.38,-55.25 1198.38,-85.75" />
<text xml:space= "preserve" text-anchor= "start" x= "1110.88" y= "-72.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/exceptions</text>
<text xml:space= "preserve" text-anchor= "middle" x= "1150.62" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /error_gridfire.h</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node19->Node20 -->
<g id= "edge24_Node000019_Node000020" class= "edge" >
<title > Node19- > Node20</title>
<g id= "a_edge24_Node000019_Node000020" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1058.5,-191.53C1106.4,-180.06 1174.05,-162.38 1181.62,-152.25 1194.46,-135.11 1183.37,-112.01 1171.04,-94.91" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1174.03,-93.05 1165.13,-87.3 1168.5,-97.34 1174.03,-93.05" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
<!-- Node22 -->
<g id= "Node000022" class= "node" >
<title > Node22</title>
2026-06-14 08:36:52 -04:00
<g id= "a_Node000022" > <a xlink:href= "error__engine_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "830.38,-152.25 734.88,-152.25 734.88,-121.75 830.38,-121.75 830.38,-152.25" />
<text xml:space= "preserve" text-anchor= "start" x= "742.88" y= "-138.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/exceptions</text>
<text xml:space= "preserve" text-anchor= "middle" x= "782.62" y= "-127.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /error_engine.h</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node19->Node22 -->
<g id= "edge27_Node000019_Node000022" class= "edge" >
<title > Node19- > Node22</title>
<g id= "a_edge27_Node000019_Node000022" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M962.55,-188.9C927.23,-178.91 879.06,-165.28 841.44,-154.64" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "842.67,-151.35 832.09,-151.99 840.76,-158.08 842.67,-151.35" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
<!-- Node23 -->
<g id= "Node000023" class= "node" >
<title > Node23</title>
2026-06-14 08:36:52 -04:00
<g id= "a_Node000023" > <a xlink:href= "error__utils_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "944.38,-152.25 848.88,-152.25 848.88,-121.75 944.38,-121.75 944.38,-152.25" />
<text xml:space= "preserve" text-anchor= "start" x= "856.88" y= "-138.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/exceptions</text>
<text xml:space= "preserve" text-anchor= "middle" x= "896.62" y= "-127.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /error_utils.h</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node19->Node23 -->
<g id= "edge29_Node000019_Node000023" class= "edge" >
<title > Node19- > Node23</title>
<g id= "a_edge29_Node000019_Node000023" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M984.76,-187.86C969.16,-179.04 949.08,-167.68 932.03,-158.03" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "934.14,-155.2 923.71,-153.32 930.69,-161.29 934.14,-155.2" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node24 -->
<g id= "Node000024" class= "node" >
<title > Node24</title>
<g id= "a_Node000024" > <a xlink:href= "error__debug_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "1438.38,-152.25 1342.88,-152.25 1342.88,-121.75 1438.38,-121.75 1438.38,-152.25" />
<text xml:space= "preserve" text-anchor= "start" x= "1350.88" y= "-138.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/exceptions</text>
<text xml:space= "preserve" text-anchor= "middle" x= "1390.62" y= "-127.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /error_debug.h</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node19->Node24 -->
<g id= "edge31_Node000019_Node000024" class= "edge" >
<title > Node19- > Node24</title>
<g id= "a_edge31_Node000019_Node000024" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1058.6,-191.03C1063.33,-190.03 1068.06,-189.09 1072.62,-188.25 1184.31,-167.75 1216.71,-174.06 1331.51,-152.52" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1331.85,-156.02 1341.02,-150.7 1330.54,-149.14 1331.85,-156.02" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
<!-- Node27 -->
<g id= "Node000027" class= "node" >
<title > Node27</title>
2026-06-14 08:36:52 -04:00
<g id= "a_Node000027" > <a xlink:href= "error__policy_8h.html" target= "_top" xlink:title= "Defines custom exception types related to network policy construction and verification." >
<polygon fill= "white" stroke= "#666666" points= "1058.38,-152.25 962.88,-152.25 962.88,-121.75 1058.38,-121.75 1058.38,-152.25" />
<text xml:space= "preserve" text-anchor= "start" x= "970.88" y= "-138.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/exceptions</text>
<text xml:space= "preserve" text-anchor= "middle" x= "1010.62" y= "-127.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /error_policy.h</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node19->Node27 -->
<g id= "edge36_Node000019_Node000027" class= "edge" >
<title > Node19- > Node27</title>
<g id= "a_edge36_Node000019_Node000027" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1010.62,-187.86C1010.62,-180.77 1010.62,-172.04 1010.62,-163.88" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1014.13,-164.09 1010.63,-154.09 1007.13,-164.09 1014.13,-164.09" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
<!-- Node28 -->
<g id= "Node000028" class= "node" >
<title > Node28</title>
2026-06-14 08:36:52 -04:00
<g id= "a_Node000028" > <a xlink:href= "error__reaction_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "1324.38,-152.25 1228.88,-152.25 1228.88,-121.75 1324.38,-121.75 1324.38,-152.25" />
<text xml:space= "preserve" text-anchor= "start" x= "1236.88" y= "-138.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/exceptions</text>
<text xml:space= "preserve" text-anchor= "middle" x= "1276.62" y= "-127.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /error_reaction.h</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node19->Node28 -->
<g id= "edge38_Node000019_Node000028" class= "edge" >
<title > Node19- > Node28</title>
<g id= "a_edge38_Node000019_Node000028" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1058.8,-190.82C1103.43,-180 1169.93,-163.87 1217.7,-152.29" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1218.45,-155.71 1227.34,-149.95 1216.8,-148.91 1218.45,-155.71" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node29 -->
<g id= "Node000029" class= "node" >
<title > Node29</title>
<g id= "a_Node000029" > <a xlink:href= "error__solver_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "1172.38,-152.25 1076.88,-152.25 1076.88,-121.75 1172.38,-121.75 1172.38,-152.25" />
<text xml:space= "preserve" text-anchor= "start" x= "1084.88" y= "-138.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/exceptions</text>
<text xml:space= "preserve" text-anchor= "middle" x= "1124.62" y= "-127.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /error_solver.h</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node19->Node29 -->
<g id= "edge42_Node000019_Node000029" class= "edge" >
<title > Node19- > Node29</title>
<g id= "a_edge42_Node000019_Node000029" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1036.49,-187.86C1052.09,-179.04 1072.17,-167.68 1089.22,-158.03" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1090.56,-161.29 1097.54,-153.32 1087.11,-155.2 1090.56,-161.29" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node20->Node14 -->
<g id= "edge26_Node000020_Node000014" class= "edge" >
<title > Node20- > Node14</title>
<g id= "a_edge26_Node000020_Node000014" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1194.83,-54.8C1226.51,-44.26 1268.39,-30.33 1296.58,-20.95" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1297.57,-24.31 1305.95,-17.83 1295.36,-17.67 1297.57,-24.31" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node21 -->
<g id= "Node000021" class= "node" >
<title > Node21</title>
<g id= "a_Node000021" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1179.62,-19.25 1121.62,-19.25 1121.62,0 1179.62,0 1179.62,-19.25" />
<text xml:space= "preserve" text-anchor= "middle" x= "1150.62" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > exception</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node20->Node21 -->
<g id= "edge25_Node000020_Node000021" class= "edge" >
<title > Node20- > Node21</title>
<g id= "a_edge25_Node000020_Node000021" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1150.62,-54.95C1150.62,-47.71 1150.62,-38.84 1150.62,-30.94" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1154.13,-31.21 1150.63,-21.21 1147.13,-31.21 1154.13,-31.21" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node22->Node20 -->
<g id= "edge28_Node000022_Node000020" class= "edge" >
<title > Node22- > Node20</title>
<g id= "a_edge28_Node000022_Node000020" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M830.75,-123.59C833.74,-122.94 836.72,-122.32 839.62,-121.75 948.03,-100.58 979.76,-107.15 1091.44,-86.04" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1091.86,-89.52 1101.02,-84.19 1090.53,-82.65 1091.86,-89.52" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node23->Node20 -->
<g id= "edge30_Node000023_Node000020" class= "edge" >
<title > Node23- > Node20</title>
<g id= "a_edge30_Node000023_Node000020" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M944.7,-123.79C986.46,-113.19 1047.1,-97.79 1091.76,-86.45" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1092.45,-89.88 1101.28,-84.03 1090.73,-83.1 1092.45,-89.88" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node24->Node14 -->
<g id= "edge33_Node000024_Node000014" class= "edge" >
<title > Node24- > Node14</title>
<g id= "a_edge33_Node000024_Node000014" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1400.2,-121.31C1409.94,-104.33 1421.99,-76.05 1409.62,-55.25 1398.65,-36.79 1377.07,-25.48 1358.8,-18.87" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1360.01,-15.58 1349.42,-15.81 1357.84,-22.24 1360.01,-15.58" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node24->Node20 -->
<g id= "edge35_Node000024_Node000020" class= "edge" >
<title > Node24- > Node20</title>
<g id= "a_edge35_Node000024_Node000020" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1342.63,-123.1C1304.29,-112.8 1250.38,-98.31 1209.44,-87.31" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1210.56,-83.98 1199.99,-84.77 1208.74,-90.74 1210.56,-83.98" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
<!-- Node25 -->
<g id= "Node000025" class= "node" >
<title > Node25</title>
<g id= "a_Node000025" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1400.75,-80.12 1316.5,-80.12 1316.5,-60.88 1400.75,-60.88 1400.75,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "1358.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > source_location</text>
</a>
</g>
</g>
<!-- Node24->Node25 -->
<g id= "edge32_Node000024_Node000025" class= "edge" >
<title > Node24- > Node25</title>
<g id= "a_edge32_Node000024_Node000025" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1383.36,-121.36C1378.81,-112.18 1372.89,-100.25 1367.98,-90.36" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1371.25,-89.08 1363.67,-81.68 1364.98,-92.19 1371.25,-89.08" />
</a>
</g>
</g>
<!-- Node26 -->
<g id= "Node000026" class= "node" >
<title > Node26</title>
<g id= "a_Node000026" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1298.5,-80.12 1254.75,-80.12 1254.75,-60.88 1298.5,-60.88 1298.5,-80.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "1276.62" y= "-66.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > format</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node24->Node26 -->
<g id= "edge34_Node000024_Node000026" class= "edge" >
<title > Node24- > Node26</title>
<g id= "a_edge34_Node000024_Node000026" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1364.76,-121.36C1346.11,-110.81 1321.05,-96.63 1302.42,-86.09" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1304.29,-83.13 1293.87,-81.26 1300.85,-89.23 1304.29,-83.13" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node27->Node20 -->
<g id= "edge37_Node000027_Node000020" class= "edge" >
<title > Node27- > Node20</title>
<g id= "a_edge37_Node000027_Node000020" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1042.39,-121.36C1061.99,-112.33 1087.36,-100.65 1108.61,-90.86" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1109.99,-94.07 1117.61,-86.71 1107.06,-87.72 1109.99,-94.07" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node28->Node14 -->
<g id= "edge39_Node000028_Node000014" class= "edge" >
<title > Node28- > Node14</title>
<g id= "a_edge39_Node000028_Node000014" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1263.34,-121.32C1249.91,-104.6 1232.81,-76.81 1245.62,-55.25 1256.6,-36.79 1278.18,-25.48 1296.45,-18.87" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1297.41,-22.24 1305.83,-15.81 1295.24,-15.58 1297.41,-22.24" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node28->Node20 -->
<g id= "edge41_Node000028_Node000020" class= "edge" >
<title > Node28- > Node20</title>
<g id= "a_edge41_Node000028_Node000020" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1248.03,-121.36C1230.63,-112.46 1208.19,-100.97 1189.22,-91.26" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1190.95,-88.21 1180.45,-86.77 1187.76,-94.44 1190.95,-88.21" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node28->Node26 -->
<g id= "edge40_Node000028_Node000026" class= "edge" >
<title > Node28- > Node26</title>
<g id= "a_edge40_Node000028_Node000026" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1276.62,-121.36C1276.62,-112.58 1276.62,-101.27 1276.62,-91.65" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1280.13,-91.84 1276.63,-81.84 1273.13,-91.84 1280.13,-91.84" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node29->Node20 -->
<g id= "edge43_Node000029_Node000020" class= "edge" >
<title > Node29- > Node20</title>
<g id= "a_edge43_Node000029_Node000020" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1130.52,-121.36C1133.48,-114.02 1137.15,-104.93 1140.54,-96.52" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1143.69,-98.07 1144.18,-87.48 1137.2,-95.45 1143.69,-98.07" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-06-14 08:36:52 -04:00
<!-- Node30->Node2 -->
<g id= "edge45_Node000030_Node000002" class= "edge" >
<title > Node30- > Node2</title>
<g id= "a_edge45_Node000030_Node000002" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M542.18,-193.53C542.74,-184.48 543.63,-170.2 544.36,-158.38" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "547.85,-158.6 544.98,-148.4 540.87,-158.17 547.85,-158.6" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
</g>
</svg>
<g id= "navigator" transform= "translate(0 0)" fill= "#404254" >
<rect fill= "#f2f5e9" fill-opacity= "0.5" stroke= "#606060" stroke-width= ".5" x= "0" y= "0" width= "60" height= "60" />
<use id= "zoomplus" xlink:href= "#zoomPlus" x= "17" y= "9" onmousedown= "handleZoom(evt,'in')" />
<use id= "zoomminus" xlink:href= "#zoomMin" x= "42" y= "9" onmousedown= "handleZoom(evt,'out')" />
<use id= "reset" xlink:href= "#resetDef" x= "30" y= "36" onmousedown= "handleReset()" />
<use id= "arrowup" xlink:href= "#arrowUp" x= "0" y= "0" onmousedown= "handlePan(0,-1)" />
<use id= "arrowright" xlink:href= "#arrowRight" x= "0" y= "0" onmousedown= "handlePan(1,0)" />
<use id= "arrowdown" xlink:href= "#arrowDown" x= "0" y= "0" onmousedown= "handlePan(0,1)" />
<use id= "arrowleft" xlink:href= "#arrowLeft" x= "0" y= "0" onmousedown= "handlePan(-1,0)" />
</g>
<svg viewBox= "0 0 15 15" width= "100%" height= "30px" preserveAspectRatio= "xMaxYMin meet" >
<g id= "arrow_out" transform= "scale(0.3 0.3)" >
<a xlink:href= "reaction_8cpp__incl_org.svg" target= "_base" >
<rect id= "button" ry= "5" rx= "5" y= "6" x= "6" height= "38" width= "38"
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
<path id= "arrow"
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
style="fill:#404040;"/>
</a>
</g>
</svg>
<style type= 'text/css' >
< ![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type= "application/ecmascript" > < ![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>