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

presolve to ensure rank conditions are satisfied #16

Closed
chriscoey opened this issue Aug 5, 2018 · 2 comments
Closed

presolve to ensure rank conditions are satisfied #16

chriscoey opened this issue Aug 5, 2018 · 2 comments

Comments

@chriscoey
Copy link
Collaborator

chriscoey commented Aug 5, 2018

must ensure rank conditions on A matrix are satisfied

conicIP's approach: https://github.com/MPF-Optimization-Laboratory/ConicIP.jl/blob/master/src/preprocessor.jl
see also https://github.com/HFriberg/prepro/tree/master/cblib/tools

@chriscoey chriscoey added speculative speed help wanted Extra attention is needed labels Aug 5, 2018
@chriscoey chriscoey changed the title presolve? preconditioning? presolve to ensure rank conditions are satisfied Sep 8, 2018
@chriscoey chriscoey added interface high priority and removed help wanted Extra attention is needed speculative labels Sep 8, 2018
@chriscoey chriscoey added this to the 0.1 milestone Sep 8, 2018
@chriscoey chriscoey added help wanted Extra attention is needed high priority labels Sep 25, 2018
@chriscoey chriscoey mentioned this issue Oct 1, 2018
2 tasks
@chriscoey
Copy link
Collaborator Author

this is not as easy as it should be due to some fixable issues with Julia's linear algebra internals, in particular the lack of a unified QR interface (xref JuliaLang/LinearAlgebra.jl#514 and JuliaLang/LinearAlgebra.jl#510)

@chriscoey
Copy link
Collaborator Author

closed by JuliaLang/julia#74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant