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

Special case when linear/quadratic constraint is positive (semidefinite) #74

Open
pedromxavier opened this issue Apr 17, 2023 · 0 comments
Labels
-O1 Level 1 compiler optimization

Comments

@pedromxavier
Copy link
Member

pedromxavier commented Apr 17, 2023

If, for some reason $\mathbf{a}' \mathbf{x} \succ 0$ or $\mathbf{x}' \mathbf{Q} \mathbf{x} \succ 0$, we could just add them to the objective function without taking the square.

@pedromxavier pedromxavier changed the title Special case when linear/quadratic constraint is convex Special case when linear/quadratic constraint is positive (semidefinite) Apr 17, 2023
@pedromxavier pedromxavier added the -O1 Level 1 compiler optimization label Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-O1 Level 1 compiler optimization
Projects
None yet
Development

No branches or pull requests

1 participant