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

Replace dynamic sparse vector by a static one in Solution. #710

Merged
merged 5 commits into from
Sep 3, 2022
Merged

Conversation

guimarqu
Copy link
Contributor

@guimarqu guimarqu commented Sep 3, 2022

It was quite difficult to use the solution data structures because of the underlying dynamic sparse vector.

@guimarqu guimarqu mentioned this pull request Sep 3, 2022
5 tasks
@codecov
Copy link

codecov bot commented Sep 3, 2022

Codecov Report

Merging #710 (fc723eb) into master (c8d9db6) will decrease coverage by 0.09%.
The diff coverage is 86.15%.

@@            Coverage Diff             @@
##           master     #710      +/-   ##
==========================================
- Coverage   86.30%   86.20%   -0.10%     
==========================================
  Files          58       58              
  Lines        5703     5735      +32     
==========================================
+ Hits         4922     4944      +22     
- Misses        781      791      +10     
Impacted Files Coverage Δ
src/MathProg/duties.jl 75.00% <ø> (ø)
src/MathProg/vcids.jl 91.17% <71.42%> (+1.17%) ⬆️
src/ColunaBase/hashtable.jl 53.33% <77.77%> (-10.31%) ⬇️
src/ColunaBase/solsandbounds.jl 88.51% <90.32%> (-0.38%) ⬇️
src/Algorithm/benders.jl 89.10% <100.00%> (-0.04%) ⬇️
src/MathProg/formulation.jl 81.98% <100.00%> (ø)
src/MathProg/manager.jl 68.29% <100.00%> (ø)
src/MathProg/solutions.jl 78.16% <100.00%> (-1.39%) ⬇️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@guimarqu guimarqu merged commit 58cc560 into master Sep 3, 2022
@guimarqu guimarqu deleted the rm_pma branch September 3, 2022 12:37
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.

1 participant