mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
tune q-eval and q-ematch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
92c1b600c3
commit
da124e4275
7 changed files with 119 additions and 36 deletions
|
@ -198,7 +198,7 @@ namespace q {
|
|||
todo.pop_back();
|
||||
continue;
|
||||
}
|
||||
if (is_ground(t) || (has_quantifiers(t) && !has_free_vars(t))) {
|
||||
if (is_ground(t) || (has_quantifiers(t) && !m_contains_vars(t))) {
|
||||
m_eval.setx(t->get_id(), ctx.get_egraph().find(t), nullptr);
|
||||
if (!m_eval[t->get_id()])
|
||||
return nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue