You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably, there is a better way to implement the count_sat_helper() function in bdd.cpp.
The invariant should be that, count_sat_helper(), will return the exact number of SAT assignments. In this case, we proceed to do the negations at the base case and right before adding to cache.
The text was updated successfully, but these errors were encountered:
Probably, there is a better way to implement the
count_sat_helper()
function inbdd.cpp
.The invariant should be that,
count_sat_helper()
, will return the exact number of SAT assignments. In this case, we proceed to do the negations at the base case and right before adding to cache.The text was updated successfully, but these errors were encountered: