We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e481ec commit 8009752Copy full SHA for 8009752
docs/Project.toml
@@ -16,4 +16,4 @@ JuMP = "1"
16
LinearAlgebra = "1.6"
17
Logging = "1.6"
18
Plots = "1"
19
-ModelingToolkit = "9"
+ModelingToolkit = "~9.41"
docs/src/manual/mtk.md
@@ -22,6 +22,9 @@ the last section.
22
as a basic starting template to combine both packages. There is no guarantee that it
23
will work for all corner cases.
24
25
+!!! compat
26
+ The example only work with `ModelingToolkit.jl` v9.41 releases.
27
+
28
We first construct and instantiate the pendulum model:
29
30
```@example 1
0 commit comments