mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
bail out on big rational numbers in nla monotone lemmas
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
b81ab94db7
commit
a34c5a9450
3 changed files with 20 additions and 1 deletions
|
@ -424,6 +424,8 @@ public:
|
|||
bool try_to_patch(lpvar, const rational&, const monic&);
|
||||
bool to_refine_is_correct() const;
|
||||
bool patch_blocker(lpvar u, const monic& m) const;
|
||||
bool has_big_num(const monic&) const;
|
||||
bool var_is_big(lpvar) const;
|
||||
}; // end of core
|
||||
|
||||
struct pp_mon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue