mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 16:33:18 +00:00
add rewrite for partially interpreted arithmetic functions
This commit is contained in:
parent
0f2fe6031a
commit
c6aab89662
3 changed files with 34 additions and 0 deletions
|
@ -517,6 +517,8 @@ public:
|
|||
|
||||
bool is_considered_uninterpreted(func_decl* f, unsigned n, expr* const* args, func_decl_ref& f_out);
|
||||
|
||||
bool is_considered_partially_interpreted(func_decl* f, unsigned n, expr* const* args, func_decl_ref& f_out);
|
||||
|
||||
bool is_underspecified(expr* e) const;
|
||||
|
||||
bool is_bounded(expr* e) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue