mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
fix #4811
This commit is contained in:
parent
65464f5944
commit
193ca57444
4 changed files with 23 additions and 13 deletions
|
@ -44,6 +44,7 @@ protected:
|
|||
decl_kind mul_decl_kind() const { return OP_MUL; }
|
||||
bool use_power() const { return m_mul2power && !m_expand_power; }
|
||||
decl_kind power_decl_kind() const { return OP_POWER; }
|
||||
app* mk_power(expr* x, rational const& r);
|
||||
public:
|
||||
arith_rewriter_core(ast_manager & m):m_util(m) {}
|
||||
bool is_zero(expr * n) const { return m_util.is_zero(n); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue