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:
parent
0ee541204f
commit
2ad94026a0
3 changed files with 14 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue