mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
fix #4794
This commit is contained in:
parent
9156e355d8
commit
12198d13ac
10 changed files with 42 additions and 28 deletions
|
@ -692,6 +692,13 @@ namespace euf {
|
|||
finish_reinit();
|
||||
for (auto* e : m_solvers)
|
||||
e->pop_reinit();
|
||||
|
||||
#if 0
|
||||
for (enode* n : m_egraph.nodes()) {
|
||||
if (n->bool_var() != sat::null_bool_var && s().is_free(n->bool_var()))
|
||||
std::cout << "has free " << n->bool_var() << "\n";
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
bool solver::validate() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue