3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-24 23:03:41 +00:00

do not produce proportional lemma for non-integral vars

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-03-05 17:24:46 -08:00
parent 0ee541204f
commit 2ad94026a0
3 changed files with 14 additions and 2 deletions

View file

@ -103,5 +103,6 @@ struct basics: common {
// -> |fc[factor_index]| <= |rm|
void generate_pl(const monic& rm, const factorization& fc, int factor_index);
bool is_separated_from_zero(const factorization&) const;
bool factorization_has_real(const factorization&) const;
};
}