Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

DualExponentialCone -> ExponentialCone bridge #39

Open
blegat opened this issue Dec 7, 2017 · 1 comment
Open

DualExponentialCone -> ExponentialCone bridge #39

blegat opened this issue Dec 7, 2017 · 1 comment

Comments

@blegat
Copy link
Member

blegat commented Dec 7, 2017

It would be nice to have a bridge that transforms DualExponentialCone constraints into ExponentialCone constraints for solvers like ECOS which do not support DualExponentialCone but support ExponentialCone.
It seems to me that (u, v, w) belongs to DualExponentialCone if and only if (-v, -u, exp(1) w) belongs to ExponentialCone so it should be rather simple.

@mlubin
Copy link
Member

mlubin commented Dec 7, 2017

I didn't realize that the dual exponential cone was a linear transformation of the primal exponential cone.
@chriscoey

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants