Skip to content

Commit 1ece908

Browse files
committed
save progress
1 parent d809224 commit 1ece908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/02_model_creation/03_programmatic_CRN_construction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ two_state_model == two_state_model_dsl
132132
```
133133

134134
## [Symbolic designation of model quantities and simulation of programmatic models](@id programmatic_CRN_construction_symbolic_representation)
135+
Previously, we have described how to [simulate Catalyst models declared via the DSL](@ref ref). Here, we used `Symbol`s (e.g. `:k1` and `:X1`) to designate parameters and species' values. However, in programmatic model creation we have explicitly [declared symbolic variables](@ref programmatic_CRN_construction_symbolic_variables) corresponding to our parameters and species. Here, it is instead possible to use these to designate our simulation conditions. Below we utilise this to declare initial conditions and parameters, and then using this to
135136

136137
## [Additional options for declaration of symbolic variables](@id programmatic_CRN_construction_symbolic_variables_options)
137138

0 commit comments

Comments
 (0)