You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/tutorials/Polynomial Optimization/polynomial_optimization.jl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ optimize!(model)
40
40
@testobjective_value(model) ≈0.25 rtol=1e-5#src
41
41
@showobjective_value(model)
42
42
43
-
# Note that the problem can be written equivalently as follows using [registered functions](https://jump.dev/JuMP.jl/v0.21/nlp/#User-defined-Functions-1).
43
+
# Note that the problem can be written equivalently as follows using [registered functions](https://jump.dev/JuMP.jl/stable/manual/nlp/#Register-a-function).
44
44
45
45
using Ipopt
46
46
model =Model(optimizer_with_attributes(Ipopt.Optimizer, "print_level"=>0))
0 commit comments