mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 15:24:55 +00:00
fix #4811
This commit is contained in:
parent
65464f5944
commit
193ca57444
4 changed files with 23 additions and 13 deletions
|
@ -39,6 +39,7 @@ protected:
|
|||
decl_kind add_decl_kind() const { return OP_BADD; }
|
||||
decl_kind mul_decl_kind() const { return OP_BMUL; }
|
||||
bool use_power() const { return false; }
|
||||
app* mk_power(expr* x, rational const& r) { UNREACHABLE(); return nullptr; }
|
||||
decl_kind power_decl_kind() const { UNREACHABLE(); return static_cast<decl_kind>(UINT_MAX); }
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue