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

add some nla statistics generate not more than one pl lemma an a rm monomial

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-04-07 15:35:04 -07:00
parent 4ba3ccfc99
commit a323eaf1c8
2 changed files with 8 additions and 2 deletions

View file

@ -1698,6 +1698,7 @@ struct solver::imp {
for (factor f : factorization) {
if (abs(vvr(f)) > rmv) {
generate_pl(rm, factorization, factor_index);
return;
}
factor_index++;
}