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

Remove eigendecomposition of P in MOI wrapper #85

Merged
merged 1 commit into from
Jul 9, 2019
Merged

Conversation

nrontsis
Copy link
Member

@nrontsis nrontsis commented Jul 8, 2019

Removes eigendecomposition of P in the MOI wrapper, as it can easily lead to out-of-memory issues since it is based in dense arithmetic. Note that the convexity of P is either way checked as a byproduct of the ldlt factorisation.

@codecov-io
Copy link

codecov-io commented Jul 8, 2019

Codecov Report

Merging #85 into master will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
+ Coverage   90.16%   90.19%   +0.03%     
==========================================
  Files          22       22              
  Lines        1718     1714       -4     
==========================================
- Hits         1549     1546       -3     
+ Misses        169      168       -1
Impacted Files Coverage Δ
src/MOIWrapper.jl 92.41% <ø> (+0.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec1e48e...b267b1c. Read the comment docs.

@migarstka
Copy link
Member

Related to #78

@migarstka migarstka merged commit 9761e29 into master Jul 9, 2019
@migarstka migarstka deleted the remove_eigen_moi branch July 9, 2019 08:29
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

Successfully merging this pull request may close these issues.

None yet

3 participants