Product documentation — installation, licensing, and integration guides.
SolvSRK-Edge
Integration

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.a plus static SUNDIALS for a self-contained binary
  • No I/O, logging, or printf from the integration hot loop
  • Thread-affine sessions: one solvsrk_session_t per thread

Workflow

  1. Calibrate and prove config with SolvSRK on the engineering bench
  2. Optionally use SolvJump for parameter sweeps (ground only)
  3. Cross-compile and deploy the same libsolvsrk binary to the tactical target
  4. HIL parity gate confirms lab ↔ field numerical agreement

Related products

Base product: SolvSRK. Config workflow: SolvJump.