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
126 stars 26 forks source link

Format Codebase with `clang-format` #175

Closed kittobi1992 closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Attention: 352 lines in your changes are missing coverage. Please review.

Comparison is base (7b3a2ce) 78.84% compared to head (8914c27) 78.28%.

Files Patch % Lines
mt-kahypar/datastructures/partitioned_graph.h 73.44% 77 Missing :warning:
mt-kahypar/datastructures/dynamic_graph.cpp 67.25% 37 Missing :warning:
mt-kahypar/datastructures/dynamic_hypergraph.cpp 84.07% 36 Missing :warning:
mt-kahypar/datastructures/partitioned_hypergraph.h 88.60% 36 Missing :warning:
mt-kahypar/datastructures/contraction_tree.cpp 81.41% 29 Missing :warning:
mt-kahypar/datastructures/dynamic_graph.h 81.51% 22 Missing :warning:
mt-kahypar/datastructures/dynamic_hypergraph.h 87.58% 19 Missing :warning:
mt-kahypar/datastructures/graph.cpp 94.26% 18 Missing :warning:
...t-kahypar/datastructures/delta_partitioned_graph.h 71.42% 10 Missing :warning:
...t-kahypar/datastructures/dynamic_graph_factory.cpp 89.65% 9 Missing :warning:
... and 16 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #175 +/- ## ========================================== - Coverage 78.84% 78.28% -0.57% ========================================== Files 202 202 Lines 19632 19777 +145 Branches 8036 8131 +95 ========================================== + Hits 15479 15482 +3 - Misses 4153 4295 +142 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.