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
13a93e2446
commit
35fad92992
2 changed files with 33 additions and 9 deletions
|
@ -55,5 +55,7 @@ public:
|
|||
intervals::interval interval_of_mul(const vector<nla_expr<T>>&);
|
||||
template <typename T>
|
||||
void set_interval_for_scalar(intervals::interval&, const T&);
|
||||
template <typename T>
|
||||
std::set<lpvar> get_vars_of_expr(const nla_expr<T> &) const;
|
||||
}; // end of horner
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue