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

triu with zero offdiag entries #93

Open
blegat opened this issue Feb 20, 2021 · 1 comment
Open

triu with zero offdiag entries #93

blegat opened this issue Feb 20, 2021 · 1 comment

Comments

@blegat
Copy link
Collaborator

blegat commented Feb 20, 2021

This check:
https://github.com/oxfordcontrol/OSQP.jl/blob/f50490536e41da2fef5f03216223090bd30698f8/src/interface.jl#L115-L118
does not work if there is zero offdiagonal entries which makes OSQP fail, see #90

@imciner2
Copy link
Member

We should probably just create an UpperTriangular view of P all the time and then utilize that for future processing, that way we don't need that check anymore.

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