We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
closed by JuliaLang/julia#74
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: