mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
fix updates to cce
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2d0f80f78e
commit
2739342aba
16 changed files with 248 additions and 254 deletions
|
@ -2306,6 +2306,7 @@ namespace sat {
|
|||
roots[v] = p;
|
||||
VERIFY(get_parent(p) == p);
|
||||
VERIFY(get_parent(~p) == ~p);
|
||||
IF_VERBOSE(0, verbose_stream() << p << " " << q << "\n";);
|
||||
}
|
||||
}
|
||||
IF_VERBOSE(1, verbose_stream() << "(sat-lookahead :equivalences " << to_elim.size() << ")\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue