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

Add support for equality constraints in DenseCondensedKKTSystem #195

Open
frapac opened this issue Jul 15, 2022 · 1 comment
Open

Add support for equality constraints in DenseCondensedKKTSystem #195

frapac opened this issue Jul 15, 2022 · 1 comment

Comments

@frapac
Copy link
Collaborator

frapac commented Jul 15, 2022

Right now, the option DENSE_CONDENSED_KKT_SYSTEM does not reduce the equality constraints and focuses only on the inequality constraints. One has to use an elastic relaxation to reformulate the equality constraints as inequalities before condensing the system.

We should investigate a proper way to condense both the equality and the inequality constraints, without resorting to an elastic relaxation trick.

@sshin23
Copy link
Member

sshin23 commented Jul 15, 2022

maybe create a new option condense_equality_constraints=true and apply elastic relaxation only if this option is true?

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

No branches or pull requests

2 participants