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.
2 parents 6d194f7 + 0c48ac8 commit 750c172Copy full SHA for 750c172
docs/src/types/dae_types.md
@@ -18,10 +18,7 @@ Examples problems can be found in [DiffEqProblemLibrary.jl](https://github.com/S
18
To use a sample problem, such as `prob_dae_resrob`, you can do something like:
19
20
```julia
21
-#] add DiffEqProblemLibrary
22
-using DiffEqProblemLibrary.DAEProblemLibrary
23
-# load problems
24
-DAEProblemLibrary.importdaeproblems()
+using DiffEqProblemLibrary.DAEProblemLibrary, Sundials
25
prob = DAEProblemLibrary.prob_dae_resrob
26
sol = solve(prob,IDA())
27
```
0 commit comments