Expand description
Auxiliary structs and glue code for data passed to/from analyses.
Structs§
- Mass
Action Equations Data - The analysis data for mass-action equations.
- ODEResult
- The result of an ODE analysis, containing the solution when successful.
- ODEResult
With Equations - The result of an ODE analysis including equations in LaTeX with substitutions.
- PolynomialODE
Equations Data - The analysis data for polynomial ODE equations.
Enums§
- Mass
Action Analysis Logic - The mass-action analysis is currently implemented for Petri nets and stock-flow diagrams, and we can avoid some code reduplication by making this explicit.