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/python/bindings.cpp Pages: 1 -->
<!-- zoomable 138 -->
<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-25 14:31:59 -05:00
var viewWidth = 1199;
2025-11-06 09:16:40 -05:00
var viewHeight = 138;
var sectionId = 'dynsection-0';
</script>
<script type= "application/ecmascript" xlink:href= "svg.min.js" />
<svg id= "graph" class= "graph" >
<g id= "viewport" >
<title > src/python/bindings.cpp</title>
<!-- Node1 -->
<g id= "Node000001" class= "node" >
<title > Node1</title>
<g id= "a_Node000001" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<polygon fill= "#999999" stroke= "#666666" points= "608.11,-129.75 488.61,-129.75 488.61,-110.5 608.11,-110.5 608.11,-129.75" />
<text xml:space= "preserve" text-anchor= "middle" x= "548.36" y= "-116.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/python/bindings.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:title= " " >
2025-11-25 14:31:59 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "655.98,-19.25 550.73,-19.25 550.73,0 655.98,0 655.98,-19.25" />
<text xml:space= "preserve" text-anchor= "middle" x= "603.36" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > pybind11/pybind11.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-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M488.29,-118.68C353.58,-117.06 36.62,-109.52 4.36,-74.5 -1.44,-68.21 -1.46,-61.52 4.36,-55.25 40.15,-16.69 391.68,-11.19 538.96,-10.59" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "538.96,-14.09 548.95,-10.56 538.94,-7.09 538.96,-14.09" />
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:title= " " >
2025-11-25 14:31:59 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "89.73,-74.5 12.98,-74.5 12.98,-55.25 89.73,-55.25 89.73,-74.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "51.36" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > pybind11/stl.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node3 -->
<g id= "edge2_Node000001_Node000003" class= "edge" >
<title > Node1- > Node3</title>
<g id= "a_edge2_Node000001_Node000003" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M488.12,-114.74C403.81,-108.26 245.61,-94.81 101.3,-74.81" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "101.93,-71.37 91.55,-73.45 100.96,-78.3 101.93,-71.37" />
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= "types_2bindings_8h.html" target= "_top" xlink:title= " " >
2025-11-25 14:31:59 -05:00
<polygon fill= "white" stroke= "#666666" points= "194.98,-74.5 107.73,-74.5 107.73,-55.25 194.98,-55.25 194.98,-74.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "151.36" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > types/bindings.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node4 -->
<g id= "edge3_Node000001_Node000004" class= "edge" >
<title > Node1- > Node4</title>
<g id= "a_edge3_Node000001_Node000004" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M488.31,-111.93C421.94,-103.85 311.59,-90.01 206.44,-74.76" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "207.2,-71.34 196.8,-73.36 206.19,-78.26 207.2,-71.34" />
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:href= "partition_2bindings_8h.html" target= "_top" xlink:title= " " >
2025-11-25 14:31:59 -05:00
<polygon fill= "white" stroke= "#666666" points= "311.23,-74.5 213.48,-74.5 213.48,-55.25 311.23,-55.25 311.23,-74.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "262.36" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > partition/bindings.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node5 -->
<g id= "edge5_Node000001_Node000005" class= "edge" >
<title > Node1- > Node5</title>
<g id= "a_edge5_Node000001_Node000005" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M499.52,-110.03C450.47,-100.9 374.81,-86.81 322.19,-77.01" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "322.96,-73.6 312.49,-75.21 321.68,-80.48 322.96,-73.6" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node6 -->
<g id= "Node000006" class= "node" >
<title > Node6</title>
2025-11-25 14:31:59 -05:00
<g id= "a_Node000006" > <a xlink:href= "engine_2bindings_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "421.23,-74.5 329.48,-74.5 329.48,-55.25 421.23,-55.25 421.23,-74.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "375.36" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > engine/bindings.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node6 -->
<g id= "edge7_Node000001_Node000006" class= "edge" >
<title > Node1- > Node6</title>
<g id= "a_edge7_Node000001_Node000006" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M519.01,-110.09C490.56,-101.33 447.16,-87.98 415.51,-78.23" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "416.88,-74.99 406.3,-75.4 414.83,-81.68 416.88,-74.99" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node7 -->
<g id= "Node000007" class= "node" >
<title > Node7</title>
2025-11-25 14:31:59 -05:00
<g id= "a_Node000007" > <a xlink:href= "exceptions_2bindings_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "549.61,-74.5 439.11,-74.5 439.11,-55.25 549.61,-55.25 549.61,-74.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "494.36" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > exceptions/bindings.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node7 -->
<g id= "edge9_Node000001_Node000007" class= "edge" >
<title > Node1- > Node7</title>
<g id= "a_edge9_Node000001_Node000007" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M539.44,-110.33C531.91,-102.9 520.89,-92.04 511.63,-82.91" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "514.13,-80.45 504.55,-75.92 509.21,-85.44 514.13,-80.45" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node8 -->
<g id= "Node000008" class= "node" >
<title > Node8</title>
2025-11-25 14:31:59 -05:00
<g id= "a_Node000008" > <a xlink:href= "io_2bindings_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "638.73,-74.5 567.98,-74.5 567.98,-55.25 638.73,-55.25 638.73,-74.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "603.36" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > io/bindings.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node8 -->
<g id= "edge11_Node000001_Node000008" class= "edge" >
<title > Node1- > Node8</title>
<g id= "a_edge11_Node000001_Node000008" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M557.44,-110.33C565.2,-102.82 576.57,-91.81 586.06,-82.63" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "588.24,-85.38 592.99,-75.91 583.37,-80.35 588.24,-85.38" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node9 -->
<g id= "Node000009" class= "node" >
<title > Node9</title>
2025-11-25 14:31:59 -05:00
<g id= "a_Node000009" > <a xlink:href= "reaction_2bindings_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "754.23,-74.5 656.48,-74.5 656.48,-55.25 754.23,-55.25 754.23,-74.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "705.36" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > reaction/bindings.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node9 -->
<g id= "edge13_Node000001_Node000009" class= "edge" >
<title > Node1- > Node9</title>
<g id= "a_edge13_Node000001_Node000009" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M574.99,-110.09C600.48,-101.45 639.17,-88.32 667.79,-78.62" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "668.82,-81.97 677.16,-75.44 666.57,-75.34 668.82,-81.97" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node10 -->
<g id= "Node000010" class= "node" >
<title > Node10</title>
2025-11-25 14:31:59 -05:00
<g id= "a_Node000010" > <a xlink:href= "screening_2bindings_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "877.98,-74.5 772.73,-74.5 772.73,-55.25 877.98,-55.25 877.98,-74.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "825.36" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > screening/bindings.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node10 -->
<g id= "edge15_Node000001_Node000010" class= "edge" >
<title > Node1- > Node10</title>
<g id= "a_edge15_Node000001_Node000010" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M595.66,-110.03C643.07,-100.92 716.14,-86.87 767.09,-77.08" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "767.61,-80.54 776.77,-75.22 766.28,-73.67 767.61,-80.54" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node11 -->
<g id= "Node000011" class= "node" >
<title > Node11</title>
2025-11-25 14:31:59 -05:00
<g id= "a_Node000011" > <a xlink:href= "solver_2bindings_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "985.11,-74.5 895.61,-74.5 895.61,-55.25 985.11,-55.25 985.11,-74.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "940.36" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > solver/bindings.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node11 -->
<g id= "edge17_Node000001_Node000011" class= "edge" >
<title > Node1- > Node11</title>
<g id= "a_edge17_Node000001_Node000011" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M608.45,-111.78C673.89,-103.65 781.94,-89.86 884.12,-74.94" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "884.38,-78.44 893.77,-73.53 883.37,-71.52 884.38,-78.44" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node12 -->
<g id= "Node000012" class= "node" >
<title > Node12</title>
2025-11-25 14:31:59 -05:00
<g id= "a_Node000012" > <a xlink:href= "utils_2bindings_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "1083.98,-74.5 1002.73,-74.5 1002.73,-55.25 1083.98,-55.25 1083.98,-74.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "1043.36" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > utils/bindings.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node12 -->
<g id= "edge19_Node000001_Node000012" class= "edge" >
<title > Node1- > Node12</title>
<g id= "a_edge19_Node000001_Node000012" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M608.4,-114.55C692.03,-107.85 848.55,-94.18 991.36,-74.83" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "991.56,-78.33 1000.99,-73.51 990.61,-71.4 991.56,-78.33" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node13 -->
<g id= "Node000013" class= "node" >
<title > Node13</title>
2025-11-25 14:31:59 -05:00
<g id= "a_Node000013" > <a xlink:href= "policy_2bindings_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "1190.73,-74.5 1101.98,-74.5 1101.98,-55.25 1190.73,-55.25 1190.73,-74.5" />
<text xml:space= "preserve" text-anchor= "middle" x= "1146.36" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > policy/bindings.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node13 -->
<g id= "edge21_Node000001_Node000013" class= "edge" >
<title > Node1- > Node13</title>
<g id= "a_edge21_Node000001_Node000013" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M608.6,-115.77C707.18,-109.92 909.34,-96.5 1090.24,-74.79" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "1090.57,-78.28 1100.07,-73.6 1089.72,-71.33 1090.57,-78.28" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node2 -->
<g id= "edge4_Node000004_Node000002" class= "edge" >
<title > Node4- > Node2</title>
<g id= "a_edge4_Node000004_Node000002" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M195.29,-56.55C198.36,-56.09 201.4,-55.66 204.36,-55.25 322.18,-39.09 460.17,-24.65 539.12,-16.81" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "539.22,-20.32 548.83,-15.85 538.53,-13.35 539.22,-20.32" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node5->Node2 -->
<g id= "edge6_Node000005_Node000002" class= "edge" >
<title > Node5- > Node2</title>
<g id= "a_edge6_Node000005_Node000002" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M311.58,-56.19C371.64,-46.81 473.34,-30.93 539.41,-20.61" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "539.67,-24.11 549.01,-19.11 538.59,-17.2 539.67,-24.11" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node6->Node2 -->
<g id= "edge8_Node000006_Node000002" class= "edge" >
<title > Node6- > Node2</title>
<g id= "a_edge8_Node000006_Node000002" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M414.3,-54.78C452.74,-45.8 511.69,-32.03 553.54,-22.26" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "554.17,-25.71 563.11,-20.03 552.58,-18.89 554.17,-25.71" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node7->Node2 -->
<g id= "edge10_Node000007_Node000002" class= "edge" >
<title > Node7- > Node2</title>
<g id= "a_edge10_Node000007_Node000002" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M512.85,-54.84C529.76,-46.58 555.05,-34.23 574.6,-24.68" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "575.97,-27.9 583.42,-20.37 572.9,-21.61 575.97,-27.9" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node8->Node2 -->
<g id= "edge12_Node000008_Node000002" class= "edge" >
<title > Node8- > Node2</title>
<g id= "a_edge12_Node000008_Node000002" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M603.36,-55.08C603.36,-48.57 603.36,-39.42 603.36,-31.12" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "606.86,-31.12 603.36,-21.12 599.86,-31.12 606.86,-31.12" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node9->Node2 -->
<g id= "edge14_Node000009_Node000002" class= "edge" >
<title > Node9- > Node2</title>
<g id= "a_edge14_Node000009_Node000002" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M688.06,-54.84C672.38,-46.66 649.01,-34.46 630.78,-24.94" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "632.57,-21.93 622.09,-20.4 629.33,-28.13 632.57,-21.93" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node10->Node2 -->
<g id= "edge16_Node000010_Node000002" class= "edge" >
<title > Node10- > Node2</title>
<g id= "a_edge16_Node000010_Node000002" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M787.45,-54.78C750.09,-45.82 692.86,-32.09 652.13,-22.32" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "653.13,-18.96 642.59,-20.03 651.49,-25.77 653.13,-18.96" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node11->Node2 -->
<g id= "edge18_Node000011_Node000002" class= "edge" >
<title > Node11- > Node2</title>
<g id= "a_edge18_Node000011_Node000002" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M895.26,-56.52C892.58,-56.09 889.94,-55.66 887.36,-55.25 811.82,-43.17 724.92,-29.56 667.35,-20.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "668.15,-17.16 657.73,-19.08 667.08,-24.08 668.15,-17.16" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node12->Node2 -->
<g id= "edge20_Node000012_Node000002" class= "edge" >
<title > Node12- > Node2</title>
<g id= "a_edge20_Node000012_Node000002" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M1002.48,-56.49C999.74,-56.05 997.01,-55.63 994.36,-55.25 879.48,-38.6 744.87,-24.4 667.32,-16.72" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "668.1,-13.28 657.8,-15.79 667.41,-20.25 668.1,-13.28" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node13->Node2 -->
<g id= "edge22_Node000013_Node000002" class= "edge" >
<title > Node13- > Node2</title>
<g id= "a_edge22_Node000013_Node000002" > <a xlink:title= " " >
2025-11-25 14:31:59 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M1101.57,-56.36C1098.8,-55.96 1096.04,-55.59 1093.36,-55.25 941.23,-35.97 761.52,-21.79 667.71,-15.03" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "668.16,-11.56 657.93,-14.33 667.66,-18.54 668.16,-11.56" />
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= "bindings_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>