-
Notifications
You must be signed in to change notification settings - Fork 38
Add the PSD cone #194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the PSD cone #194
Conversation
src/SolverInterface/sets.jl
Outdated
#PositiveSemidefiniteCone | ||
|
||
""" | ||
PositiveSemidefiniteCone{Scaled}(n) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer to have two separate cones for scaled and unscaled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What would be the names then :-P UnscaledPositiveSemidefiniteCone and ScaledPositiveSemidefiniteCone ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Calling in @chriscoey
I would vote for the "scaled" PSD cone to get the name Edit: maybe |
I like your idea. Why not |
So |
@chriscoey and I have agreed on |
be5d3d3
to
78cf5c7
Compare
I like the names ! I have updated the PR :) |
Scaled PSD cones are used by Mosek and SCS.
Unscaled PSD cones are used by SDPA, CSDP and DSDP.