kahypar / mt-kahypar

Mt-KaHyPar (Multi-Threaded Karlsruhe Hypergraph Partitioner) is a shared-memory multilevel graph and hypergraph partitioner equipped with parallel implementations of techniques used in the best sequential partitioning algorithms. Mt-KaHyPar can partition extremely large hypergraphs very fast and with high quality.
MIT License
122 stars 25 forks source link

[Gain computation] Fix check whether we should look at non-adjacent blocks #164

Closed larsgottesbueren closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #164 (62b9488) into master (e0a5aed) will decrease coverage by 0.04%. Report is 1 commits behind head on master. The diff coverage is 100.00%.

:exclamation: Current head 62b9488 differs from pull request most recent head 96a5a2d. Consider uploading reports for the commit 96a5a2d to get more accurate results

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
- Coverage   78.66%   78.63%   -0.04%     
==========================================
  Files         202      202              
  Lines       19626    19626              
  Branches     8015     8015              
==========================================
- Hits        15439    15432       -7     
- Misses       4187     4194       +7     
Files Coverage Δ
...partition/refinement/gains/gain_computation_base.h 84.61% <100.00%> (ø)

... and 5 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more