3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

restore the lemma scheme

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2023-09-07 11:33:14 -07:00
parent 288e66de59
commit 47b64e689c
5 changed files with 39 additions and 91 deletions

View file

@ -35,10 +35,11 @@ namespace nla {
void unit_propagate(monic const& m);
bool is_linear(monic const& m);
rational fixed_var_product(monic const& m);
lpvar non_fixed_var(monic const& m);
public:
monomial_bounds(core* core);
void propagate();
void unit_propagate();
void check_for_conflict();
};
}