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

Fast pool sol search #660

Merged
merged 5 commits into from
Jul 12, 2022
Merged

Fast pool sol search #660

merged 5 commits into from
Jul 12, 2022

Conversation

artalvpes
Copy link
Collaborator

Add a new data structure to quickly find identical solutions in the subproblem solution pool.

@codecov
Copy link

codecov bot commented Jul 11, 2022

Codecov Report

Merging #660 (6389789) into master (d92ae21) will decrease coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #660      +/-   ##
==========================================
- Coverage   85.65%   85.55%   -0.10%     
==========================================
  Files          49       50       +1     
  Lines        5401     5415      +14     
==========================================
+ Hits         4626     4633       +7     
- Misses        775      782       +7     
Impacted Files Coverage Δ
src/ColunaBase/solsandbounds.jl 89.43% <ø> (ø)
src/MathProg/duties.jl 75.00% <ø> (ø)
src/Algorithm/preprocessing.jl 76.73% <100.00%> (ø)
src/ColunaBase/hashtable.jl 100.00% <100.00%> (ø)
src/MOIwrapper.jl 88.85% <100.00%> (ø)
src/MathProg/formulation.jl 82.25% <100.00%> (+0.05%) ⬆️
src/MathProg/projection.jl 95.23% <100.00%> (ø)
src/Algorithm/basic/solvelpform.jl 88.40% <0.00%> (-2.90%) ⬇️
src/Algorithm/colgen.jl 78.86% <0.00%> (-1.23%) ⬇️

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 d92ae21...6389789. Read the comment docs.

@guimarqu
Copy link
Contributor

@artalvpes if you're fine with my change, I'll merge.

@guimarqu guimarqu merged commit b1c822d into master Jul 12, 2022
@guimarqu guimarqu deleted the fast_pool_sol_search branch July 12, 2022 13:16
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.

2 participants