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:
parent
200f47369d
commit
ff6b3304f8
3 changed files with 16 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue