mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 21:05:52 +00:00
fix incorrect bound in order-lemma
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
23c12b75af
commit
5ee9edf46b
6 changed files with 34 additions and 28 deletions
|
@ -426,7 +426,6 @@ public:
|
|||
void negate_relation(new_lemma& lemma, unsigned j, const rational& a);
|
||||
void negate_factor_equality(new_lemma& lemma, const factor& c, const factor& d);
|
||||
void negate_factor_relation(new_lemma& lemma, const rational& a_sign, const factor& a, const rational& b_sign, const factor& b);
|
||||
void negate_var_relation_strictly(new_lemma& lemma, lpvar a, lpvar b);
|
||||
|
||||
bool find_bfc_to_refine_on_monic(const monic&, factorization & bf);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue