mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 02:42:02 +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
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace smt {
|
||||||
SASSERT(is_watching_clause(~cls->get_literal(0), cls));
|
SASSERT(is_watching_clause(~cls->get_literal(0), cls));
|
||||||
SASSERT(is_watching_clause(~cls->get_literal(1), cls));
|
SASSERT(is_watching_clause(~cls->get_literal(1), cls));
|
||||||
for (literal l : *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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue