Module analyses

Module analyses 

Source
Expand description

Auxiliary structs and glue code for data passed to/from analyses.

Structs§

MassActionEquationsData
The analysis data for mass-action equations.
ODEResult
The result of an ODE analysis, containing the solution when successful.
ODEResultWithEquations
The result of an ODE analysis including equations in LaTeX with substitutions.
PolynomialODEEquationsData
The analysis data for polynomial ODE equations.

Enums§

MassActionAnalysisLogic
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.