Closed lee30sonia closed 3 years ago
This PR changes the type of literals in the interface of abc_bsat2 from a fix-sized array to a std::vector to avoid problems with huge clauses.
literals
abc_bsat2
std::vector
This PR changes the type of
literals
in the interface ofabc_bsat2
from a fix-sized array to astd::vector
to avoid problems with huge clauses.