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:
parent
30a2ced9aa
commit
d9e7b8c21f
6 changed files with 123 additions and 34 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue