-
Notifications
You must be signed in to change notification settings - Fork 6
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
Request to add support for PSD constraints in square form in future release #73
Comments
You can use a bridge layer on top of Dualization (e.g. with |
The use of the MOI bridge interface seems to be sensible. I'm attempting the use of the bridge interface, but I need time to learn how to apply this with Dualization if there aren't examples already. I need to return to other tasks now, but at some point, I may post what I'm attempting to do. |
I am tagging the issue as documentation, Try to write a small script with a PSD square and dualize it using bridges |
Using bridges outside a DualizationOptimizer may not work as expected because of #77. |
I found something like the following function to provide a dualizable model, where the input
|
That's indeed a valid workaround. |
In applying Dualization in our project, I found that support is provided for PSD constraints in triangular form but not in square form. May I request that support for PSD in square form also be provided in a future release? If this is feasible?
I can use Dualization for our purposes still, but I need to modify my local version of other third party Julia packages to post PSD constraints in triangular form rather than square form, and so my rationale for this request is for the sake of minimizing the potential need to modify third party code in the future. Thank you.
The text was updated successfully, but these errors were encountered: