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:
parent
288e66de59
commit
47b64e689c
5 changed files with 39 additions and 91 deletions
|
@ -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();
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue