3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

consistent

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-03-12 19:08:15 -07:00
parent 26631ce38d
commit 846a9fc25f
3 changed files with 13 additions and 2 deletions

View file

@ -960,6 +960,7 @@ void core::clear() {
void core::init_search() {
clear();
init_vars_equivalence();
SASSERT(m_emons.consistent());
SASSERT(elists_are_consistent(false));
}