lsils / mockturtle

C++ logic network library
MIT License
210 stars 139 forks source link

Cover network a2: data structure, blif reading and cover to graph conversion #509

Closed costamag closed 2 years ago

costamag commented 2 years ago

attempt 2. Work done:

codecov-commenter commented 2 years ago

Codecov Report

Merging #509 (ba97376) into master (36a0a90) will increase coverage by 0.22%. The diff coverage is 95.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #509      +/-   ##
==========================================
+ Coverage   83.87%   84.09%   +0.22%     
==========================================
  Files         145      147       +2     
  Lines       17789    18112     +323     
==========================================
+ Hits        14920    15231     +311     
- Misses       2869     2881      +12     
Impacted Files Coverage Δ
include/mockturtle/networks/storage.hpp 100.00% <ø> (+2.77%) :arrow_up:
include/mockturtle/io/blif_reader.hpp 91.86% <89.47%> (-2.47%) :arrow_down:
include/mockturtle/networks/cover.hpp 95.81% <95.81%> (ø)
include/mockturtle/io/cover_to_graph.hpp 98.73% <98.73%> (ø)
include/mockturtle/views/names_view.hpp 91.66% <0.00%> (-2.78%) :arrow_down:
...nclude/mockturtle/algorithms/dsd_decomposition.hpp 91.54% <0.00%> (+4.22%) :arrow_up:

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 36a0a90...ba97376. Read the comment docs.