mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 05:26:01 +00:00
working on relevancy=3
This commit is contained in:
parent
b87b464e69
commit
e8833f4dac
15 changed files with 65 additions and 62 deletions
|
@ -953,6 +953,7 @@ namespace arith {
|
|||
if (n1->get_root() == n2->get_root())
|
||||
continue;
|
||||
literal eq = eq_internalize(n1, n2);
|
||||
ctx.mark_relevant(eq);
|
||||
if (s().value(eq) != l_true)
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue