lsils / bill

C++ header-only reasoning library
MIT License
11 stars 6 forks source link

Remove fix-sized literal buffer in bsat2 interface #41

Closed lee30sonia closed 3 years ago

lee30sonia commented 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.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 421613520


Totals Coverage Status
Change from base Build 417519609: 0.0%
Covered Lines: 1019
Relevant Lines: 1075

💛 - Coveralls