Skip to content

Commit

Permalink
clean up certification tutorial deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Oct 3, 2024
1 parent 2b22dfe commit fc34ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/certification.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This works with the `structural_analysis` keyword argument to `OptimizationProbl
We'll use a simple example to illustrate the convexity structure certification process.

```@example symanalysis
using SymbolicAnalysis, Zygote, LinearAlgebra, Optimization, OptimizationMOI
using SymbolicAnalysis, Zygote, LinearAlgebra, Optimization
function f(x, p = nothing)
return exp(x[1]) + x[1]^2
Expand Down

0 comments on commit fc34ad2

Please sign in to comment.