mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
before getting explanations for monomials upper and low bounds
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
74ecdf3191
commit
02133bbcc5
4 changed files with 30 additions and 15 deletions
|
@ -172,5 +172,6 @@ namespace nla {
|
|||
bool product_has_upper_bound(int sign, const svector<lpvar>&) const;
|
||||
lp::impq get_upper_bound_of_monomial(lpvar j) const;
|
||||
lp::impq get_lower_bound_of_monomial(lpvar j) const;
|
||||
interval mul(int sign, const svector<lpvar>&) const;
|
||||
};
|
||||
} // end of namespace nla
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue