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:
parent
26631ce38d
commit
846a9fc25f
3 changed files with 13 additions and 2 deletions
|
@ -960,6 +960,7 @@ void core::clear() {
|
|||
void core::init_search() {
|
||||
clear();
|
||||
init_vars_equivalence();
|
||||
SASSERT(m_emons.consistent());
|
||||
SASSERT(elists_are_consistent(false));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue