mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
out of memory in horner::split_with_var()
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
7bac714762
commit
d7265ab4d0
5 changed files with 94 additions and 25 deletions
|
@ -40,6 +40,8 @@ public:
|
|||
template <typename T> nla_expr<rational> create_expr_from_row(const T&);
|
||||
intervals::interval interval_of_expr(const nla_expr<rational>& e);
|
||||
void check_interval_for_conflict(const intervals::interval&);
|
||||
bool check_interval_for_conflict_lower_bound(const intervals::interval&);
|
||||
bool check_interval_for_conflict_upper_bound(const intervals::interval&);
|
||||
nla_expr<rational> nexvar(lpvar j) const;
|
||||
nla_expr<rational> cross_nested_of_sum(const nla_expr<rational>&);
|
||||
void get_occurences_map(const nla_expr<rational>& e,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue