mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix delay blasting and relevancy
This commit is contained in:
parent
9f34af5e18
commit
ac1b3fc6f2
4 changed files with 21 additions and 79 deletions
|
@ -57,6 +57,8 @@ namespace euf {
|
|||
m_relevant_expr_ids.reset();
|
||||
bool_vector visited;
|
||||
ptr_vector<expr> todo;
|
||||
if (!relevancy_enabled())
|
||||
return true;
|
||||
if (!m_dual_solver)
|
||||
return true;
|
||||
if (!(*m_dual_solver)(s()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue