Skip to content
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

fix and extend tests for conic duals #82

Merged
merged 2 commits into from
Aug 11, 2015
Merged

fix and extend tests for conic duals #82

merged 2 commits into from
Aug 11, 2015

Conversation

mlubin
Copy link
Member

@mlubin mlubin commented Aug 11, 2015

@mlubin
Copy link
Member Author

mlubin commented Aug 11, 2015

CC @ulfworsoe

@IainNZ
Copy link
Member

IainNZ commented Aug 11, 2015

Looks good on phone. I could have sworn we sanity checked the signs on these

@ulfworsoe
Copy link
Contributor

Ok... I am probably misunderstanding something. What is your definition of
the dual sets?

Using the model from
http://mathprogbasejl.readthedocs.org/en/latest/conic.html

S = { x > 0 }, S* = { s > 0 }
S = { x < 0 }, S* = { s < 0 }
S = { x = 0 }, S* = { s unbounded }
S = { x1^2 < x2^2 + ... + xn^2 }, S* = { x < 0 } , S* = { s1^2 < s2^2 + ...

  • sn^2 }
    S = Positive semidefinite, S* = Positive Semidefinite

Is this correct?

On Tue, Aug 11, 2015 at 3:20 PM, Iain Dunning notifications@github.com
wrote:

Looks good on phone. I could have sworn we sanity checked the signs on
these


Reply to this email directly or view it on GitHub
#82 (comment)
.

Ulf Worsøe
Mosek ApS

ulf.worsoe@mosek.com
www.mosek.com

@mlubin
Copy link
Member Author

mlubin commented Aug 11, 2015

@ulfworsoe, yes, NonNeg, NonPos, SOC, and SDP are self dual.

@ulfworsoe
Copy link
Contributor

Now I am just being stupid. Doesn't this test
https://github.com/JuliaOpt/MathProgBase.jl/blob/master/test/conicinterface.jl#L206
check if the root of the dual SOC cone is negative?

On Tue, Aug 11, 2015 at 4:12 PM, Miles Lubin notifications@github.com
wrote:

@ulfworsoe https://github.com/ulfworsoe, yes, NonNeg, NonPos, SOC, and
SDP are self dual.


Reply to this email directly or view it on GitHub
#82 (comment)
.

Ulf Worsøe
Mosek ApS

ulf.worsoe@mosek.com
www.mosek.com

@mlubin
Copy link
Member Author

mlubin commented Aug 11, 2015

@ulfworsoe, yes, but that should be fixed in this PR

@mlubin
Copy link
Member Author

mlubin commented Aug 11, 2015

Let me know if anyone finds something off here, otherwise I'll merge and tag so we can get to fixing the solvers.

@bodono
Copy link

bodono commented Aug 11, 2015

👍

mlubin added a commit that referenced this pull request Aug 11, 2015
fix and extend tests for conic duals
@mlubin mlubin merged commit 35f0f99 into master Aug 11, 2015
@mlubin mlubin deleted the conicduals branch August 11, 2015 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants