mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
work on horner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
c040a0b9a5
commit
e3a8522885
4 changed files with 76 additions and 80 deletions
|
@ -47,5 +47,9 @@ public:
|
|||
unsigned random_most_occured_var(std::unordered_map<lpvar, unsigned>& occurences);
|
||||
nla_expr<rational> split_with_var(const nla_expr<rational> &, lpvar);
|
||||
void set_var_interval(lpvar j, intervals::interval&);
|
||||
template <typename T>
|
||||
intervals::interval interval_of_sum(const vector<nla_expr<T>>&);
|
||||
template <typename T>
|
||||
intervals::interval interval_of_mul(const vector<nla_expr<T>>&);
|
||||
}; // end of horner
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue