mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 13:27:01 +00:00
add and use new is_pattern recognizer
This commit is contained in:
parent
44c417904b
commit
d6fbfe401e
3 changed files with 22 additions and 2 deletions
|
@ -1840,6 +1840,8 @@ public:
|
|||
|
||||
bool is_pattern(expr const * n) const;
|
||||
|
||||
bool is_pattern(expr const *n, ptr_vector<expr> &args);
|
||||
|
||||
public:
|
||||
|
||||
quantifier * mk_quantifier(bool forall, unsigned num_decls, sort * const * decl_sorts, symbol const * decl_names, expr * body,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue