Skip to content

Commit 88ab0d3

Browse files
committed
add test/project
1 parent 019db8b commit 88ab0d3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ MTKChainRulesCoreExt = "ChainRulesCore"
7676
MTKDeepDiffsExt = "DeepDiffs"
7777
MTKFMIExt = "FMI"
7878
MTKInfiniteOptExt = "InfiniteOpt"
79+
MTKJuMP = "JuMP"
7980
MTKLabelledArraysExt = "LabelledArrays"
8081

8182
[compat]

test/extensions/JuMP.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import ModelingToolkit as MTK
2+
using JuMP, InfiniteOpt
3+
using DiffEqDevTools, DiffEqBase

0 commit comments

Comments
 (0)