Skip to content

Commit

Permalink
Add support for Hermitian PSD for conic inequality
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Mar 8, 2024
1 parent a39e241 commit e9c3394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ function build_constraint(
MOI.AbstractSymmetricMatrixSetTriangle,
MOI.AbstractSymmetricMatrixSetSquare,
PSDCone,
HermitianPSDCone,
},
)
return build_constraint(error_fn, f, extra)
Expand All @@ -787,6 +788,7 @@ function build_constraint(
MOI.AbstractSymmetricMatrixSetTriangle,
MOI.AbstractSymmetricMatrixSetSquare,
PSDCone,
HermitianPSDCone,
},
)
new_f = _MA.operate!!(*, -1, f)
Expand Down

0 comments on commit e9c3394

Please sign in to comment.