3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

rewrite horner scheme on top of nex_expr as a pointer

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-08-15 17:15:45 -07:00
parent 0f2c8c21ff
commit 9fbd0da931
7 changed files with 563 additions and 695 deletions

View file

@ -350,11 +350,6 @@ public:
lpvar map_to_root(lpvar) const;
std::ostream& print_terms(std::ostream&) const;
std::ostream& print_term( const lp::lar_term&, std::ostream&) const;
nla_expr<rational> mk_expr(lpvar j) const;
nla_expr<rational> mk_expr(const rational &a, lpvar j) const;
nla_expr<rational> mk_expr(const rational &a, const svector<lpvar>& vs) const;
nla_expr<rational> mk_expr(const lp::lar_term& t) const;
}; // end of core
struct pp_mon {