Nothing Special   »   [go: up one dir, main page]

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

Separation sdpvar declaration & resolution #8

Closed
matteo-tacchi opened this issue Mar 22, 2023 · 1 comment
Closed

Separation sdpvar declaration & resolution #8

matteo-tacchi opened this issue Mar 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@matteo-tacchi
Copy link
Collaborator

both methods SoS_out and SoS_in define the same objects (e.g. f, [-1,1]^n, the target set...). Very often both methods are called one after the other. It would be better to separate the definition of the variables that are common to the 2 methods, into a new method (e.g. obj.SoS_var), so that we do not repeat all variable declarations at each call of SoS_in and SoS_out. This way we will save computational time.

@droste89 droste89 added the enhancement New feature or request label Mar 24, 2023
@droste89
Copy link
Owner

Seems too complicated to implement to be worth it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants