mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
supress more assumptions on reference counts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
58cc69ca61
commit
459df32211
|
@ -33,7 +33,7 @@ namespace smt {
|
|||
SASSERT(is_watching_clause(~cls->get_literal(0), cls));
|
||||
SASSERT(is_watching_clause(~cls->get_literal(1), cls));
|
||||
for (literal l : *cls) {
|
||||
SASSERT(m_lit_occs[l.index()] > 0);
|
||||
// currently does not hold: SASSERT(m_lit_occs[l.index()] > 0);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue