Add information about compiled code
so_path-set.RdAdds the path of the shared library (.so file) to the ODE model.
Usage
so_path(o) <- valueExamples
m <- model_from_tsv(uqsa_example("AKAR4"))
o <- as_ode(m)
c_path(o) <- write_c_code(generate_code(o))
so_path(o) <- shlib(o)
print(o)
#> Model name : AKAR4
#> C file : /tmp/Rtmp3WxBip/adf9204aaf2748b8/AKAR4.c [2026-05-15 14:25:25.231667]
#> shared library : /tmp/Rtmp3WxBip/adf9204aaf2748b8/AKAR4.so [2026-05-15 14:25:25.231667]
#> Number of state variables : 2
#> Number of parameters : 5
#> Number of outputs : 1
#> Conservation laws : 2
#> Transformations : no