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 019db8b commit 88ab0d3Copy full SHA for 88ab0d3
Project.toml
@@ -76,6 +76,7 @@ MTKChainRulesCoreExt = "ChainRulesCore"
76
MTKDeepDiffsExt = "DeepDiffs"
77
MTKFMIExt = "FMI"
78
MTKInfiniteOptExt = "InfiniteOpt"
79
+MTKJuMP = "JuMP"
80
MTKLabelledArraysExt = "LabelledArrays"
81
82
[compat]
test/extensions/JuMP.jl
@@ -0,0 +1,3 @@
1
+import ModelingToolkit as MTK
2
+using JuMP, InfiniteOpt
3
+using DiffEqDevTools, DiffEqBase
0 commit comments