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 2b22dfe commit fc34ad2Copy full SHA for fc34ad2
docs/src/tutorials/certification.md
@@ -7,7 +7,7 @@ This works with the `structural_analysis` keyword argument to `OptimizationProbl
7
We'll use a simple example to illustrate the convexity structure certification process.
8
9
```@example symanalysis
10
-using SymbolicAnalysis, Zygote, LinearAlgebra, Optimization, OptimizationMOI
+using SymbolicAnalysis, Zygote, LinearAlgebra, Optimization
11
12
function f(x, p = nothing)
13
return exp(x[1]) + x[1]^2
0 commit comments