Closed marcelwa closed 2 years ago
Merging #49 (61d049c) into master (888c854) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #49 +/- ##
=======================================
Coverage 94.67% 94.67%
=======================================
Files 14 14
Lines 1070 1070
=======================================
Hits 1013 1013
Misses 57 57
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 888c854...61d049c. Read the comment docs.
As discussed in mockturtle issue 531, the
vecThreads
class in the Glucose solver does not compile properly when the code is instantiated using neither GCC nor Clang due to the utilized__sync_bool_compare_and_swap
function. Removing said class solves the issue.