mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
This commit is contained in:
parent
7cda90c06a
commit
ae6aea7a4d
3 changed files with 14 additions and 5 deletions
|
@ -193,8 +193,8 @@ namespace euf {
|
|||
}
|
||||
s().mk_clause(lits, st);
|
||||
if (relevancy_enabled())
|
||||
add_root(lits.size(), lits.data());
|
||||
}
|
||||
add_root(lits);
|
||||
}
|
||||
else {
|
||||
// g(f(x_i)) = x_i
|
||||
// f(x_1) = a + .... + f(x_n) = a >= 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue