mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
09ee60ccce
commit
4b5ee91b44
4 changed files with 88 additions and 24 deletions
|
@ -459,7 +459,7 @@ namespace euf {
|
|||
if (unit_propagate())
|
||||
return sat::check_result::CR_CONTINUE;
|
||||
|
||||
if (!init_relevancy())
|
||||
if (!init_relevancy1())
|
||||
give_up = true;
|
||||
|
||||
unsigned num_nodes = m_egraph.num_nodes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue