lsils / mockturtle

C++ logic network library
MIT License
191 stars 133 forks source link

Improved code quality and enabled the use of statistics in both new MIG inverter algorithms #613

Closed marcelwa closed 1 year ago

marcelwa commented 1 year ago

This PR implements the changes discussed in #610.

codecov-commenter commented 1 year ago

Codecov Report

Merging #613 (3c54f55) into master (2130e72) will increase coverage by 0.01%. The diff coverage is 98.76%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master     #613      +/-   ##
==========================================
+ Coverage   83.13%   83.14%   +0.01%     
==========================================
  Files         178      178              
  Lines       24368    24390      +22     
==========================================
+ Hits        20258    20279      +21     
- Misses       4110     4111       +1     
Impacted Files Coverage Δ
...lude/mockturtle/algorithms/mig_inv_propagation.hpp 87.27% <97.36%> (+2.21%) :arrow_up:
...ude/mockturtle/algorithms/mig_inv_optimization.hpp 88.63% <100.00%> (-0.09%) :arrow_down:
lee30sonia commented 1 year ago

Thanks!