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">
<!-- Generated by graphviz version 13.0.1 (20250615.1724)
-->
<!-- Title: src/lib/utils/logging.cpp Pages: 1 -->
<!-- zoomable 404 -->
<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" >
2025-11-24 09:08:28 -05:00
var viewWidth = 1570;
2025-11-06 09:16:40 -05:00
var viewHeight = 404;
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/utils/logging.cpp</title>
<!-- Node1 -->
<g id= "Node000001" class= "node" >
<title > Node1</title>
<g id= "a_Node000001" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#999999" stroke= "#666666" points= "1410.75,-395.75 1295,-395.75 1295,-376.5 1410.75,-376.5 1410.75,-395.75" />
<text xml:space= "preserve" text-anchor= "middle" x= "1352.88" y= "-382.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/utils/logging.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= "logging_8h.html" target= "_top" xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "white" stroke= "#666666" points= "1268,-340.5 1159.75,-340.5 1159.75,-321.25 1268,-321.25 1268,-340.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "1213.88" y= "-327" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/utils/logging.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= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M1329.3,-376.09C1307.03,-367.56 1273.38,-354.67 1248.15,-345.01" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1249.57,-341.8 1238.98,-341.49 1247.07,-348.34 1249.57,-341.8" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node3 -->
<g id= "Node000003" class= "node" >
<title > Node3</title>
<g id= "a_Node000003" > <a xlink:href= "engine__abstract_8h.html" target= "_top" xlink:title= "Abstract interfaces for reaction network engines in GridFire." >
2025-11-24 09:08:28 -05:00
<polygon fill= "white" stroke= "#666666" points= "788,-285.25 679.75,-285.25 679.75,-254.75 788,-254.75 788,-285.25" />
<text xml:space= "preserve" text-anchor= "start" x= "687.75" y= "-271.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/engine/engine</text>
<text xml:space= "preserve" text-anchor= "middle" x= "733.88" y= "-260.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _abstract.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node3 -->
2025-11-24 09:08:28 -05:00
<g id= "edge50_Node000001_Node000003" class= "edge" >
2025-11-06 09:16:40 -05:00
<title > Node1- > Node3</title>
2025-11-24 09:08:28 -05:00
<g id= "a_edge50_Node000001_Node000003" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1303.53,-376.03C1192.7,-355.59 924.06,-306.06 799.41,-283.08" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "800.13,-279.66 789.66,-281.28 798.86,-286.54 800.13,-279.66" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node5 -->
<g id= "Node000005" class= "node" >
<title > Node5</title>
<g id= "a_Node000005" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1266.5,-24.88 1221.25,-24.88 1221.25,-5.63 1266.5,-5.63 1266.5,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "1243.88" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > ranges</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node1->Node5 -->
<g id= "edge54_Node000001_Node000005" class= "edge" >
<title > Node1- > Node5</title>
<g id= "a_edge54_Node000001_Node000005" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1355.44,-376.04C1360.62,-356.82 1371.88,-310.57 1371.88,-271 1371.88,-271 1371.88,-271 1371.88,-136 1371.88,-83.98 1314.81,-48.04 1276.88,-29.9" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1278.68,-26.87 1268.13,-25.89 1275.77,-33.24 1278.68,-26.87" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node6 -->
<g id= "Node000006" class= "node" >
<title > Node6</title>
<g id= "a_Node000006" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1411.62,-24.88 1346.12,-24.88 1346.12,-5.63 1411.62,-5.63 1411.62,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "1378.88" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > string_view</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node1->Node6 -->
<g id= "edge55_Node000001_Node000006" class= "edge" >
<title > Node1- > Node6</title>
<g id= "a_edge55_Node000001_Node000006" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1361.04,-376.13C1376.8,-357.8 1409.88,-314.19 1409.88,-271 1409.88,-271 1409.88,-271 1409.88,-136 1409.88,-99.79 1396.43,-59.33 1387.25,-35.93" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1390.52,-34.69 1383.5,-26.76 1384.04,-37.34 1390.52,-34.69" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node21 -->
<g id= "Node000021" class= "node" >
<title > Node21</title>
<g id= "a_Node000021" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1343.88,-146.62 1303.88,-146.62 1303.88,-127.38 1343.88,-127.38 1343.88,-146.62" />
<text xml:space= "preserve" text-anchor= "middle" x= "1323.88" y= "-133.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > string</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node1->Node21 -->
<g id= "edge56_Node000001_Node000021" class= "edge" >
<title > Node1- > Node21</title>
<g id= "a_edge56_Node000001_Node000021" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1351.81,-376.04C1347.62,-340.31 1332.21,-208.99 1326.25,-158.22" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1329.74,-157.94 1325.1,-148.41 1322.79,-158.75 1329.74,-157.94" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node23 -->
<g id= "Node000023" class= "node" >
<title > Node23</title>
<g id= "a_Node000023" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1247.5,-146.62 1196.25,-146.62 1196.25,-127.38 1247.5,-127.38 1247.5,-146.62" />
<text xml:space= "preserve" text-anchor= "middle" x= "1221.88" y= "-133.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > sstream</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node1->Node23 -->
<g id= "edge51_Node000001_Node000023" class= "edge" >
<title > Node1- > Node23</title>
<g id= "a_edge51_Node000001_Node000023" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1348.06,-376.04C1328.96,-340.01 1258.32,-206.75 1231.92,-156.94" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1235.08,-155.44 1227.31,-148.25 1228.9,-158.72 1235.08,-155.44" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node34 -->
<g id= "Node000034" class= "node" >
<title > Node34</title>
<g id= "a_Node000034" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1487.75,-340.5 1438,-340.5 1438,-321.25 1487.75,-321.25 1487.75,-340.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "1462.88" y= "-327" font-family= "Helvetica,sans-Serif" font-size= "10.00" > iomanip</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node1->Node34 -->
<g id= "edge52_Node000001_Node000034" class= "edge" >
<title > Node1- > Node34</title>
<g id= "a_edge52_Node000001_Node000034" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1371.54,-376.09C1388.6,-367.83 1414.12,-355.48 1433.85,-345.93" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1435.29,-349.12 1442.76,-341.61 1432.24,-342.82 1435.29,-349.12" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node35 -->
<g id= "Node000035" class= "node" >
<title > Node35</title>
<g id= "a_Node000035" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1561.75,-340.5 1506,-340.5 1506,-321.25 1561.75,-321.25 1561.75,-340.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "1533.88" y= "-327" font-family= "Helvetica,sans-Serif" font-size= "10.00" > algorithm</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node1->Node35 -->
<g id= "edge53_Node000001_Node000035" class= "edge" >
<title > Node1- > Node35</title>
<g id= "a_edge53_Node000001_Node000035" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1383.58,-376.09C1414.3,-367.05 1461.65,-353.12 1494.98,-343.32" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1495.65,-346.77 1504.25,-340.59 1493.67,-340.05 1495.65,-346.77" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node2->Node3 -->
<g id= "edge2_Node000002_Node000003" class= "edge" >
<title > Node2- > Node3</title>
<g id= "a_edge2_Node000002_Node000003" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1159.34,-323.63C1086.49,-315.22 953.4,-299.65 839.88,-285.25 826.78,-283.59 812.78,-281.75 799.39,-279.96" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "800.2,-276.54 789.82,-278.68 799.27,-283.48 800.2,-276.54" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node14 -->
<g id= "Node000014" class= "node" >
<title > Node14</title>
<g id= "a_Node000014" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1185.62,-30.5 1084.12,-30.5 1084.12,0 1185.62,0 1185.62,-30.5" />
<text xml:space= "preserve" text-anchor= "start" x= "1092.12" y= "-17" font-family= "Helvetica,sans-Serif" font-size= "10.00" > fourdst/composition</text>
<text xml:space= "preserve" text-anchor= "middle" x= "1134.88" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /composition.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node2->Node14 -->
<g id= "edge47_Node000002_Node000014" class= "edge" >
<title > Node2- > Node14</title>
<g id= "a_edge47_Node000002_Node000014" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1216.28,-321.14C1224.74,-290.29 1252.8,-186.43 1256.88,-152.25 1258.48,-138.79 1262.51,-134.08 1256.88,-121.75 1239.74,-84.28 1201.99,-55.03 1172.99,-36.93" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1174.82,-33.94 1164.45,-31.78 1171.2,-39.93 1174.82,-33.94" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node2->Node21 -->
<g id= "edge48_Node000002_Node000021" class= "edge" >
<title > Node2- > Node21</title>
<g id= "a_edge48_Node000002_Node000021" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1219.03,-320.88C1235.96,-291.35 1290.06,-196.99 1313.2,-156.61" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1316.16,-158.49 1318.1,-148.07 1310.09,-155 1316.16,-158.49" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node30 -->
<g id= "Node000030" class= "node" >
<title > Node30</title>
<g id= "a_Node000030" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "743.88,-146.62 685.88,-146.62 685.88,-127.38 743.88,-127.38 743.88,-146.62" />
<text xml:space= "preserve" text-anchor= "middle" x= "714.88" y= "-133.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > functional</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node2->Node30 -->
<g id= "edge49_Node000002_Node000030" class= "edge" >
<title > Node2- > Node30</title>
<g id= "a_edge49_Node000002_Node000030" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1180.33,-320.85C1118.47,-303.78 982.7,-264.38 872.88,-218.75 824.78,-198.77 771.3,-169.96 740.52,-152.7" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "742.37,-149.73 731.95,-147.85 738.93,-155.82 742.37,-149.73" />
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:href= "reaction_8h.html" target= "_top" xlink:title= "Defines classes for representing and managing nuclear reactions." >
2025-11-24 09:08:28 -05:00
<polygon fill= "white" stroke= "#666666" points= "910.12,-85.75 781.62,-85.75 781.62,-66.5 910.12,-66.5 910.12,-85.75" />
<text xml:space= "preserve" text-anchor= "middle" x= "845.88" y= "-72.25" 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>
<!-- Node3->Node4 -->
<g id= "edge3_Node000003_Node000004" class= "edge" >
<title > Node3- > Node4</title>
<g id= "a_edge3_Node000003_Node000004" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M766.24,-254.25C801.87,-236.01 857.21,-201.26 880.88,-152.25 886.77,-140.04 885.3,-134.56 880.88,-121.75 877.4,-111.69 870.62,-102.18 863.95,-94.53" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "866.55,-92.19 857.13,-87.33 861.47,-97 866.55,-92.19" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node10 -->
<g id= "Node000010" class= "node" >
<title > Node10</title>
<g id= "a_Node000010" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "349.25,-24.88 266.5,-24.88 266.5,-5.63 349.25,-5.63 349.25,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "307.88" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > unordered_map</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node3->Node10 -->
<g id= "edge44_Node000003_Node000010" class= "edge" >
<title > Node3- > Node10</title>
<g id= "a_edge44_Node000003_Node000010" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M679.56,-267.48C546.02,-262.38 208.32,-240.8 150.88,-152.25 114.64,-96.4 212.3,-50.38 269.6,-29.05" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "270.49,-32.45 278.7,-25.76 268.11,-25.87 270.49,-32.45" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node11 -->
<g id= "Node000011" class= "node" >
<title > Node11</title>
<g id= "a_Node000011" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "722.38,-24.88 679.38,-24.88 679.38,-5.63 722.38,-5.63 722.38,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "700.88" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > vector</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node3->Node11 -->
2025-11-24 09:08:28 -05:00
<g id= "edge43_Node000003_Node000011" class= "edge" >
2025-11-06 09:16:40 -05:00
<title > Node3- > Node11</title>
2025-11-24 09:08:28 -05:00
<g id= "a_edge43_Node000003_Node000011" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M723.97,-254.34C710.21,-232.99 685.97,-191.59 676.88,-152.25 667.37,-111.13 682.29,-62.25 692.53,-35.73" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "695.71,-37.21 696.24,-26.63 689.22,-34.57 695.71,-37.21" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node15 -->
<g id= "Node000015" class= "node" >
<title > Node15</title>
<g id= "a_Node000015" > <a xlink:href= "types_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "1074.62,-85.75 967.12,-85.75 967.12,-66.5 1074.62,-66.5 1074.62,-85.75" />
<text xml:space= "preserve" text-anchor= "middle" x= "1020.88" y= "-72.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/types/types.h</text>
</a>
</g>
</g>
<!-- Node3->Node15 -->
<g id= "edge14_Node000003_Node000015" class= "edge" >
<title > Node3- > Node15</title>
<g id= "a_edge14_Node000003_Node000015" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M788.37,-265.14C854.59,-259.31 960.94,-245.93 988.88,-218.75 1021.92,-186.61 1024.08,-128.12 1022.62,-97.32" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1026.12,-97.23 1021.96,-87.49 1019.14,-97.7 1026.12,-97.23" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node16 -->
<g id= "Node000016" class= "node" >
<title > Node16</title>
2025-11-24 09:08:28 -05:00
<g id= "a_Node000016" > <a xlink:href= "screening__abstract_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "871.75,-152.25 762,-152.25 762,-121.75 871.75,-121.75 871.75,-152.25" />
<text xml:space= "preserve" text-anchor= "start" x= "770" y= "-138.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/screening</text>
<text xml:space= "preserve" text-anchor= "middle" x= "816.88" y= "-127.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /screening_abstract.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node3->Node16 -->
2025-11-24 09:08:28 -05:00
<g id= "edge17_Node000003_Node000016" class= "edge" >
2025-11-06 09:16:40 -05:00
<title > Node3- > Node16</title>
2025-11-24 09:08:28 -05:00
<g id= "a_edge17_Node000003_Node000016" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M743.07,-254.48C757.22,-232.15 784.47,-189.14 801.61,-162.09" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "804.43,-164.18 806.82,-153.86 798.52,-160.44 804.43,-164.18" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node17 -->
<g id= "Node000017" class= "node" >
<title > Node17</title>
<g id= "a_Node000017" > <a xlink:href= "screening__types_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "980.12,-218.75 881.62,-218.75 881.62,-188.25 980.12,-188.25 980.12,-218.75" />
<text xml:space= "preserve" text-anchor= "start" x= "889.62" y= "-205.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/screening</text>
<text xml:space= "preserve" text-anchor= "middle" x= "930.88" y= "-194" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /screening_types.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node3->Node17 -->
<g id= "edge22_Node000003_Node000017" class= "edge" >
<title > Node3- > Node17</title>
<g id= "a_edge22_Node000003_Node000017" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M778.58,-254.36C807.19,-245 844.54,-232.77 875.09,-222.76" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "876.16,-226.1 884.57,-219.66 873.98,-219.45 876.16,-226.1" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node19 -->
<g id= "Node000019" class= "node" >
<title > Node19</title>
<g id= "a_Node000019" > <a xlink:href= "reporting_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "1179.75,-218.75 1076,-218.75 1076,-188.25 1179.75,-188.25 1179.75,-218.75" />
<text xml:space= "preserve" text-anchor= "start" x= "1084" y= "-205.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/engine/types</text>
<text xml:space= "preserve" text-anchor= "middle" x= "1127.88" y= "-194" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /reporting.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node3->Node19 -->
<g id= "edge25_Node000003_Node000019" class= "edge" >
<title > Node3- > Node19</title>
<g id= "a_edge25_Node000003_Node000019" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M788.25,-260.1C860.58,-248.26 988.21,-227.36 1064.72,-214.84" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1064.83,-218.37 1074.14,-213.3 1063.7,-211.46 1064.83,-218.37" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node24 -->
<g id= "Node000024" class= "node" >
<title > Node24</title>
<g id= "a_Node000024" > <a xlink:href= "building_8h.html" target= "_top" xlink:title= "Defines types related to building reaction networks in the GridFire engine." >
<polygon fill= "white" stroke= "#666666" points= "103.75,-218.75 0,-218.75 0,-188.25 103.75,-188.25 103.75,-218.75" />
<text xml:space= "preserve" text-anchor= "start" x= "8" y= "-205.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/engine/types</text>
<text xml:space= "preserve" text-anchor= "middle" x= "51.88" y= "-194" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /building.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node3->Node24 -->
<g id= "edge31_Node000003_Node000024" class= "edge" >
<title > Node3- > Node24</title>
<g id= "a_edge31_Node000003_Node000024" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M679.63,-266.97C572.01,-262.41 324.06,-249.28 117.88,-218.75 117.03,-218.62 116.17,-218.49 115.32,-218.36" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "115.94,-214.92 105.49,-216.67 114.75,-221.81 115.94,-214.92" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node26 -->
<g id= "Node000026" class= "node" >
<title > Node26</title>
2025-11-24 09:08:28 -05:00
<g id= "a_Node000026" > <a xlink:href= "jacobian_8h.html" target= "_top" xlink:title= "Wrapper for handling the network Jacobian matrix in GridFire. Currently uses Eigen's SparseMatrix." >
<polygon fill= "white" stroke= "#666666" points= "618.75,-218.75 515,-218.75 515,-188.25 618.75,-188.25 618.75,-218.75" />
<text xml:space= "preserve" text-anchor= "start" x= "523" y= "-205.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/engine/types</text>
<text xml:space= "preserve" text-anchor= "middle" x= "566.88" y= "-194" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /jacobian.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node3->Node26 -->
2025-11-24 09:08:28 -05:00
<g id= "edge33_Node000003_Node000026" class= "edge" >
2025-11-06 09:16:40 -05:00
<title > Node3- > Node26</title>
2025-11-24 09:08:28 -05:00
<g id= "a_edge33_Node000003_Node000026" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M695.98,-254.36C672.15,-245.16 641.17,-233.2 615.53,-223.29" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "616.91,-220.07 606.32,-219.73 614.39,-226.6 616.91,-220.07" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node27 -->
<g id= "Node000027" class= "node" >
<title > Node27</title>
<g id= "a_Node000027" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "280,-152.25 159.75,-152.25 159.75,-121.75 280,-121.75 280,-152.25" />
<text xml:space= "preserve" text-anchor= "start" x= "167.75" y= "-138.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > fourdst/composition</text>
<text xml:space= "preserve" text-anchor= "middle" x= "219.88" y= "-127.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /composition_abstract.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node3->Node27 -->
<g id= "edge42_Node000003_Node000027" class= "edge" >
<title > Node3- > Node27</title>
<g id= "a_edge42_Node000003_Node000027" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M679.52,-267.2C607.9,-263.54 478.72,-252.43 373.88,-218.75 328.94,-204.32 281.46,-177.4 251.3,-158.63" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "253.36,-155.79 243.04,-153.41 249.63,-161.71 253.36,-155.79" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node32 -->
<g id= "Node000032" class= "node" >
<title > Node32</title>
<g id= "a_Node000032" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "422.5,-213.12 383.25,-213.12 383.25,-193.88 422.5,-193.88 422.5,-213.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "402.88" y= "-199.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > utility</text>
</a>
</g>
</g>
<!-- Node3->Node32 -->
<g id= "edge45_Node000003_Node000032" class= "edge" >
<title > Node3- > Node32</title>
<g id= "a_edge45_Node000003_Node000032" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M679.29,-264.74C617.92,-258.85 515.88,-245.73 431.88,-218.75 431.07,-218.49 430.27,-218.22 429.46,-217.92" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "431.05,-214.8 420.48,-214.09 428.31,-221.24 431.05,-214.8" />
</a>
</g>
</g>
<!-- Node33 -->
<g id= "Node000033" class= "node" >
<title > Node33</title>
<g id= "a_Node000033" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "496.75,-213.12 441,-213.12 441,-193.88 496.75,-193.88 496.75,-213.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "468.88" y= "-199.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > expected</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node3->Node33 -->
<g id= "edge46_Node000003_Node000033" class= "edge" >
<title > Node3- > Node33</title>
<g id= "a_edge46_Node000003_Node000033" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M679.39,-259.39C632.82,-250.6 564.29,-236.33 505.88,-218.75 504.31,-218.28 502.72,-217.77 501.11,-217.24" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "502.62,-214.06 492.02,-214 500.27,-220.66 502.62,-214.06" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node5 -->
<g id= "edge4_Node000004_Node000005" class= "edge" >
<title > Node4- > Node5</title>
<g id= "a_edge4_Node000004_Node000005" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M910.38,-69.91C980.8,-63.52 1096.65,-50.93 1194.88,-30.5 1199.89,-29.46 1205.14,-28.16 1210.26,-26.77" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1211.02,-30.2 1219.67,-24.08 1209.09,-23.47 1211.02,-30.2" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node6 -->
<g id= "edge5_Node000004_Node000006" class= "edge" >
<title > Node4- > Node6</title>
<g id= "a_edge5_Node000004_Node000006" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M910.42,-69.12C994.61,-61.12 1146.41,-46.17 1275.88,-30.5 1295.23,-28.16 1316.58,-25.26 1334.8,-22.68" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1335.07,-26.18 1344.48,-21.31 1334.09,-19.25 1335.07,-26.18" />
</a>
</g>
</g>
<!-- Node7 -->
<g id= "Node000007" class= "node" >
<title > Node7</title>
<g id= "a_Node000007" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "660.88,-24.88 506.88,-24.88 506.88,-5.63 660.88,-5.63 660.88,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "583.88" y= "-11.38" 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>
<!-- Node4->Node7 -->
<g id= "edge6_Node000004_Node000007" class= "edge" >
<title > Node4- > Node7</title>
<g id= "a_edge6_Node000004_Node000007" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M805.51,-66.05C759.84,-55.79 685.32,-39.05 635.46,-27.84" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "636.28,-24.44 625.76,-25.66 634.75,-31.27 636.28,-24.44" />
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= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "861.75,-24.88 740,-24.88 740,-5.63 861.75,-5.63 861.75,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "800.88" y= "-11.38" 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>
<!-- Node4->Node8 -->
<g id= "edge7_Node000004_Node000008" class= "edge" >
<title > Node4- > Node8</title>
<g id= "a_edge7_Node000004_Node000008" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M839.04,-66.18C832.56,-57.71 822.65,-44.74 814.55,-34.14" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "817.55,-32.3 808.69,-26.48 811.98,-36.55 817.55,-32.3" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node9 -->
<g id= "Node000009" class= "node" >
<title > Node9</title>
<g id= "a_Node000009" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "471.38,-24.88 398.38,-24.88 398.38,-5.63 471.38,-5.63 471.38,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "434.88" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > quill/Logger.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node9 -->
<g id= "edge8_Node000004_Node000009" class= "edge" >
<title > Node4- > Node9</title>
<g id= "a_edge8_Node000004_Node000009" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M781.14,-68.68C711.05,-61.27 596.09,-47.87 497.88,-30.5 492.96,-29.63 487.85,-28.63 482.76,-27.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "483.73,-24.21 473.21,-25.52 482.25,-31.05 483.73,-24.21" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node10 -->
<g id= "edge9_Node000004_Node000010" class= "edge" >
<title > Node4- > Node10</title>
<g id= "a_edge9_Node000004_Node000010" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M781.36,-70.4C692.69,-63.54 528.28,-49.54 388.88,-30.5 379.72,-29.25 370.02,-27.72 360.64,-26.14" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "361.34,-22.71 350.89,-24.45 360.15,-29.6 361.34,-22.71" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node11 -->
<g id= "edge10_Node000004_Node000011" class= "edge" >
<title > Node4- > Node11</title>
<g id= "a_edge10_Node000004_Node000011" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M820.99,-66.07C797.55,-57.4 761.56,-43.72 730.88,-30.5 730.53,-30.35 730.18,-30.2 729.83,-30.05" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "731.43,-26.93 720.88,-25.98 728.54,-33.3 731.43,-26.93" />
</a>
</g>
</g>
<!-- Node12 -->
<g id= "Node000012" class= "node" >
<title > Node12</title>
<g id= "a_Node000012" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "957.62,-24.88 880.12,-24.88 880.12,-5.63 957.62,-5.63 957.62,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "918.88" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > unordered_set</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node12 -->
<g id= "edge11_Node000004_Node000012" class= "edge" >
<title > Node4- > Node12</title>
<g id= "a_edge11_Node000004_Node000012" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M856.96,-66.18C868.11,-57.19 885.54,-43.14 899.07,-32.23" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "900.92,-35.23 906.51,-26.23 896.52,-29.78 900.92,-35.23" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node13 -->
<g id= "Node000013" class= "node" >
<title > Node13</title>
<g id= "a_Node000013" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1066,-24.88 975.75,-24.88 975.75,-5.63 1066,-5.63 1066,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "1020.88" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > cppad/cppad.hpp</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node13 -->
<g id= "edge12_Node000004_Node000013" class= "edge" >
<title > Node4- > Node13</title>
<g id= "a_edge12_Node000004_Node000013" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M872.84,-66.05C902.38,-56.11 949.99,-40.1 983.21,-28.92" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "984.09,-32.32 992.45,-25.81 981.86,-25.68 984.09,-32.32" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node14 -->
<g id= "edge13_Node000004_Node000014" class= "edge" >
<title > Node4- > Node14</title>
<g id= "a_edge13_Node000004_Node000014" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M895.58,-66.04C939.6,-57.87 1005.86,-45.22 1072.68,-30.92" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1073.33,-34.36 1082.36,-28.84 1071.85,-27.52 1073.33,-34.36" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node15->Node13 -->
<g id= "edge16_Node000015_Node000013" class= "edge" >
<title > Node15- > Node13</title>
<g id= "a_edge16_Node000015_Node000013" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1020.88,-66.18C1020.88,-58.4 1020.88,-46.83 1020.88,-36.78" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1024.38,-36.79 1020.88,-26.79 1017.38,-36.79 1024.38,-36.79" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node15->Node14 -->
<g id= "edge15_Node000015_Node000014" class= "edge" >
<title > Node15- > Node14</title>
<g id= "a_edge15_Node000015_Node000014" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1038.19,-66.18C1053.68,-58.18 1076.93,-46.18 1096.74,-35.94" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1098.11,-39.18 1105.39,-31.48 1094.9,-32.96 1098.11,-39.18" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node16->Node4 -->
<g id= "edge18_Node000016_Node000004" class= "edge" >
<title > Node16- > Node4</title>
<g id= "a_edge18_Node000016_Node000004" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M824.04,-121.45C827.78,-113.86 832.4,-104.49 836.42,-96.32" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "839.46,-98.08 840.74,-87.56 833.18,-94.98 839.46,-98.08" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node16->Node7 -->
<g id= "edge19_Node000016_Node000007" class= "edge" >
<title > Node16- > Node7</title>
<g id= "a_edge19_Node000016_Node000007" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M788.3,-121.32C743.18,-98.12 655.96,-53.3 611.45,-30.42" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "613.2,-27.39 602.71,-25.93 610,-33.61 613.2,-27.39" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node16->Node11 -->
<g id= "edge21_Node000016_Node000011" class= "edge" >
<title > Node16- > Node11</title>
<g id= "a_edge21_Node000016_Node000011" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M802.65,-121.32C781.09,-99.05 740.22,-56.86 717.38,-33.28" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "720.11,-31.07 710.64,-26.33 715.08,-35.94 720.11,-31.07" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node16->Node13 -->
<g id= "edge20_Node000016_Node000013" class= "edge" >
<title > Node16- > Node13</title>
<g id= "a_edge20_Node000016_Node000013" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M849.64,-121.29C869.95,-111.83 896.37,-98.88 918.88,-85.75 947.85,-68.85 979.53,-46.63 999.78,-31.92" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1001.77,-34.79 1007.77,-26.06 997.63,-29.15 1001.77,-34.79" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node17->Node16 -->
<g id= "edge23_Node000017_Node000016" class= "edge" >
<title > Node17- > Node16</title>
<g id= "a_edge23_Node000017_Node000016" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M905.01,-187.86C889.41,-179.04 869.33,-167.68 852.28,-158.03" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "854.39,-155.2 843.96,-153.32 850.94,-161.29 854.39,-155.2" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node18 -->
<g id= "Node000018" class= "node" >
<title > Node18</title>
<g id= "a_Node000018" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "979.5,-146.62 928.25,-146.62 928.25,-127.38 979.5,-127.38 979.5,-146.62" />
<text xml:space= "preserve" text-anchor= "middle" x= "953.88" y= "-133.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > memory</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node17->Node18 -->
<g id= "edge24_Node000017_Node000018" class= "edge" >
<title > Node17- > Node18</title>
<g id= "a_edge24_Node000017_Node000018" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M936.09,-187.86C939.3,-178.88 943.44,-167.26 946.92,-157.51" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "950.16,-158.84 950.22,-148.25 943.57,-156.49 950.16,-158.84" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node19->Node14 -->
<g id= "edge30_Node000019_Node000014" class= "edge" >
<title > Node19- > Node14</title>
<g id= "a_edge30_Node000019_Node000014" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1128.42,-187.89C1129.61,-156.4 1132.41,-81.81 1133.9,-42.13" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1137.39,-42.43 1134.27,-32.31 1130.4,-42.17 1137.39,-42.43" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node20 -->
<g id= "Node000020" class= "node" >
<title > Node20</title>
<g id= "a_Node000020" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1178.25,-146.62 1143.5,-146.62 1143.5,-127.38 1178.25,-127.38 1178.25,-146.62" />
<text xml:space= "preserve" text-anchor= "middle" x= "1160.88" y= "-133.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > map</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node19->Node20 -->
<g id= "edge26_Node000019_Node000020" class= "edge" >
<title > Node19- > Node20</title>
<g id= "a_edge26_Node000019_Node000020" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1135.36,-187.86C1140.06,-178.68 1146.16,-166.75 1151.22,-156.86" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1154.23,-158.67 1155.67,-148.17 1148,-155.48 1154.23,-158.67" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node19->Node21 -->
<g id= "edge27_Node000019_Node000021" class= "edge" >
<title > Node19- > Node21</title>
<g id= "a_edge27_Node000019_Node000021" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1172.35,-187.86C1209.13,-175.76 1260.41,-158.89 1292.87,-148.2" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1293.67,-151.62 1302.08,-145.17 1291.49,-144.97 1293.67,-151.62" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node22 -->
<g id= "Node000022" class= "node" >
<title > Node22</title>
<g id= "a_Node000022" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1087.5,-146.62 1036.25,-146.62 1036.25,-127.38 1087.5,-127.38 1087.5,-146.62" />
<text xml:space= "preserve" text-anchor= "middle" x= "1061.88" y= "-133.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > ostream</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node19->Node22 -->
<g id= "edge28_Node000019_Node000022" class= "edge" >
<title > Node19- > Node22</title>
<g id= "a_edge28_Node000019_Node000022" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M1112.9,-187.86C1102.8,-177.99 1089.44,-164.94 1078.93,-154.67" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1081.58,-152.37 1071.99,-147.88 1076.69,-157.37 1081.58,-152.37" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05: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= "M1149.21,-187.86C1164.22,-177.56 1184.29,-163.79 1199.53,-153.33" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1201.23,-156.41 1207.5,-147.87 1197.27,-150.64 1201.23,-156.41" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node25 -->
<g id= "Node000025" class= "node" >
<title > Node25</title>
<g id= "a_Node000025" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "74.5,-146.62 29.25,-146.62 29.25,-127.38 74.5,-127.38 74.5,-146.62" />
<text xml:space= "preserve" text-anchor= "middle" x= "51.88" y= "-133.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > variant</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- 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= "M51.88,-187.86C51.88,-179.08 51.88,-167.77 51.88,-158.15" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "55.38,-158.34 51.88,-148.34 48.38,-158.34 55.38,-158.34" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node26->Node7 -->
<g id= "edge34_Node000026_Node000007" class= "edge" >
<title > Node26- > Node7</title>
<g id= "a_edge34_Node000026_Node000007" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M580.21,-187.91C587.89,-178.49 596.8,-165.54 600.88,-152.25 613.21,-112 600.38,-62.44 591.27,-35.65" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "594.65,-34.7 587.97,-26.48 588.07,-37.08 594.65,-34.7" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node26->Node9 -->
<g id= "edge36_Node000026_Node000009" class= "edge" >
<title > Node26- > Node9</title>
<g id= "a_edge36_Node000026_Node000009" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M514.73,-189.94C455.27,-175.55 366.06,-153.77 364.88,-152.25 334.49,-113.38 385.07,-59.3 415.11,-32.56" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "417.22,-35.36 422.51,-26.17 412.65,-30.06 417.22,-35.36" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node26->Node10 -->
<g id= "edge40_Node000026_Node000010" class= "edge" >
<title > Node26- > Node10</title>
<g id= "a_edge40_Node000026_Node000010" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M514.56,-190.27C450.91,-175.4 351.88,-152.25 351.88,-152.25 318.78,-121.81 310.49,-66.33 308.47,-36.51" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "311.98,-36.45 308,-26.63 304.98,-36.78 311.98,-36.45" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node26->Node27 -->
<g id= "edge35_Node000026_Node000027" class= "edge" >
<title > Node26- > Node27</title>
<g id= "a_edge35_Node000026_Node000027" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M514.68,-190.08C511.7,-189.45 508.75,-188.83 505.88,-188.25 412.19,-169.37 387.92,-169.29 293.88,-152.25 293.05,-152.1 292.23,-151.95 291.4,-151.8" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "292.39,-148.42 281.92,-150.05 291.12,-155.31 292.39,-148.42" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node28 -->
<g id= "Node000028" class= "node" >
<title > Node28</title>
<g id= "a_Node000028" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "469.62,-146.62 374.12,-146.62 374.12,-127.38 469.62,-127.38 469.62,-146.62" />
<text xml:space= "preserve" text-anchor= "middle" x= "421.88" y= "-133.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > Eigen/SparseCore</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node26->Node28 -->
<g id= "edge37_Node000026_Node000028" class= "edge" >
<title > Node26- > Node28</title>
<g id= "a_edge37_Node000026_Node000028" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M533.97,-187.86C509.48,-176.97 476.29,-162.21 452.39,-151.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "454.07,-148.49 443.51,-147.62 451.23,-154.89 454.07,-148.49" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node29 -->
<g id= "Node000029" class= "node" >
<title > Node29</title>
<g id= "a_Node000029" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "524.38,-146.62 487.38,-146.62 487.38,-127.38 524.38,-127.38 524.38,-146.62" />
<text xml:space= "preserve" text-anchor= "middle" x= "505.88" y= "-133.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > tuple</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node26->Node29 -->
<g id= "edge38_Node000026_Node000029" class= "edge" >
<title > Node26- > Node29</title>
<g id= "a_edge38_Node000026_Node000029" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M553.03,-187.86C543.79,-178.09 531.6,-165.2 521.93,-154.98" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "524.67,-152.78 515.26,-147.92 519.59,-157.59 524.67,-152.78" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node26->Node30 -->
<g id= "edge39_Node000026_Node000030" class= "edge" >
<title > Node26- > Node30</title>
<g id= "a_edge39_Node000026_Node000030" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M600.46,-187.86C625.46,-176.97 659.33,-162.21 683.73,-151.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "685.04,-154.82 692.81,-147.61 682.25,-148.4 685.04,-154.82" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node31 -->
<g id= "Node000031" class= "node" >
<title > Node31</title>
<g id= "a_Node000031" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "591.75,-146.62 542,-146.62 542,-127.38 591.75,-127.38 591.75,-146.62" />
<text xml:space= "preserve" text-anchor= "middle" x= "566.88" y= "-133.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > optional</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node26->Node31 -->
<g id= "edge41_Node000026_Node000031" class= "edge" >
<title > Node26- > Node31</title>
<g id= "a_edge41_Node000026_Node000031" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M566.88,-187.86C566.88,-179.08 566.88,-167.77 566.88,-158.15" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "570.38,-158.34 566.88,-148.34 563.38,-158.34 570.38,-158.34" />
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= "logging_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>