SolvSRK-Edge: Integration
API
Identical to SolvSRK. No separate import or header.
import solvsrk
cfg = solvsrk.config_defaults()
cfg.emit_uq = True # requires features: edge (or uq) on the seat .lic
result = solvsrk.run(cfg, ndim, t0, t_end, y0, rhs_fn)Embedded deployment
- Link
libsolvsrk_static.aplus static SUNDIALS for a self-contained binary - No I/O, logging, or
printffrom the integration hot loop - Thread-affine sessions: one
solvsrk_session_tper thread
Workflow
- Calibrate and prove config with SolvSRK on the engineering bench
- Optionally use SolvJump for parameter sweeps (ground only)
- Cross-compile and deploy the same
libsolvsrkbinary to the tactical target - HIL parity gate confirms lab ↔ field numerical agreement