3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 11:41:22 +00:00

fixes to trim

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-07-03 19:26:12 +02:00
parent 30a2ced9aa
commit d9e7b8c21f
6 changed files with 123 additions and 34 deletions

View file

@ -25,6 +25,7 @@ Revision History:
namespace sat {
class integrity_checker {
solver const & s;
bool contains_watched(watch_list const & wlist, clause const & c, clause_offset cls_off) const;
public:
integrity_checker(solver const & s);