Skip to content

Commit fc34ad2

Browse files
clean up certification tutorial deps
1 parent 2b22dfe commit fc34ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/certification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This works with the `structural_analysis` keyword argument to `OptimizationProbl
77
We'll use a simple example to illustrate the convexity structure certification process.
88

99
```@example symanalysis
10-
using SymbolicAnalysis, Zygote, LinearAlgebra, Optimization, OptimizationMOI
10+
using SymbolicAnalysis, Zygote, LinearAlgebra, Optimization
1111
1212
function f(x, p = nothing)
1313
return exp(x[1]) + x[1]^2

0 commit comments

Comments
 (0)