3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

revert relevancy2

This commit is contained in:
Nikolaj Bjorner 2021-12-25 14:49:33 -08:00
parent 76e8e57204
commit fcee2f5aa5
4 changed files with 4 additions and 49 deletions

View file

@ -459,7 +459,7 @@ namespace euf {
if (unit_propagate())
return sat::check_result::CR_CONTINUE;
if (!init_relevancy1())
if (!init_relevancy())
give_up = true;
unsigned num_nodes = m_egraph.num_nodes();