mirror of
https://github.com/Z3Prover/z3
synced 2025-05-13 18:54:43 +00:00
remove verificaiton code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10e4235b4c
commit
f85c02600f
3 changed files with 0 additions and 5 deletions
|
@ -229,7 +229,6 @@ namespace sat {
|
|||
cleanup_clauses(roots, m_solver.m_learned);
|
||||
if (m_solver.inconsistent()) return;
|
||||
save_elim(roots, to_elim);
|
||||
VERIFY(check_clauses(roots));
|
||||
m_solver.propagate(false);
|
||||
SASSERT(check_clauses(roots));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue