3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-06-04 13:48:51 -07:00
parent 7cda90c06a
commit ae6aea7a4d
3 changed files with 14 additions and 5 deletions

View file

@ -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