mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
unit propagate with fingerprints
This commit is contained in:
parent
8a85cfdb12
commit
281fb67d88
6 changed files with 50 additions and 37 deletions
|
@ -681,6 +681,7 @@ namespace euf {
|
|||
void egraph::begin_explain() {
|
||||
SASSERT(m_todo.empty());
|
||||
m_uses_congruence = false;
|
||||
DEBUG_CODE(for (enode* n : m_nodes) SASSERT(!n->is_marked1()););
|
||||
}
|
||||
|
||||
void egraph::end_explain() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue