mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
optimize propagation to only blocked literals
This commit is contained in:
parent
8ff8252e89
commit
1706f77b9e
2 changed files with 4 additions and 1 deletions
|
@ -479,7 +479,7 @@ namespace euf {
|
|||
return sat::check_result::CR_CONTINUE;
|
||||
|
||||
if (!init_relevancy())
|
||||
give_up = true;
|
||||
give_up = true;
|
||||
|
||||
unsigned num_nodes = m_egraph.num_nodes();
|
||||
auto apply_solver = [&](th_solver* e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue