3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-15 19:54:44 +00:00

remove incorrect assertions

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-06 17:40:30 -08:00
parent 200f47369d
commit ff6b3304f8
3 changed files with 16 additions and 8 deletions

View file

@ -34,7 +34,7 @@ namespace smt {
SASSERT(is_watching_clause(~cls->get_literal(1), cls));
for (literal l : *cls) {
// holds, TBD re-enable when ready to re-check
// SASSERT(m_lit_occs[l.index()] > 0);
// SASSERT(!track_occs() || m_lit_occs[l.index()] > 0);
}
return true;
}