Skip to content

Commit

Permalink
Update docs/src/tutorials/conic/ellipse_fitting.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 21, 2024
1 parent f13be54 commit c8e2174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/tutorials/conic/ellipse_fitting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ function create_ellipse_model(Ξ::Array{Tuple{Int,Int},1}, ϵ = 1e-5)
@variable(model, Q[1:2, 1:2], PSD)
@variable(model, d[1:2])
@variable(model, e)
@constraint(model, Q >= ϵ * LinearAlgebra.I(2), PSDCone())
@expression(
model,
r[i in 1:N],
Expand Down

0 comments on commit c8e2174

Please sign in to comment.