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:
parent
4ba3ccfc99
commit
a323eaf1c8
2 changed files with 8 additions and 2 deletions
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue