feat(solver): added callback functions to solver in C++ and python

This commit is contained in:
2025-07-31 15:04:57 -04:00
parent 5b74155477
commit 24049b2658
482 changed files with 4318 additions and 1467 deletions

View File

@@ -29,7 +29,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">GridFire<span id="projectnumber">&#160;0.0.1a</span>
<div id="projectname">GridFire<span id="projectnumber">&#160;0.6.0</span>
</div>
<div id="projectbrief">General Purpose Nuclear Network</div>
</td>
@@ -107,6 +107,9 @@ $(function(){initNavTree('py__solver_8cpp.html',''); initResizable(true); });
<code>#include &lt;pybind11/stl.h&gt;</code><br />
<code>#include &lt;pybind11/functional.h&gt;</code><br />
<code>#include &lt;vector&gt;</code><br />
<code>#include &lt;tuple&gt;</code><br />
<code>#include &lt;string&gt;</code><br />
<code>#include &lt;any&gt;</code><br />
<code>#include &quot;<a class="el" href="py__solver_8h.html">py_solver.h</a>&quot;</code><br />
</div></div><!-- contents -->
</div><!-- doc-content -->