3
0
Fork 0
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:
Doug Woos 2017-02-01 16:21:15 -08:00
parent 44c417904b
commit d6fbfe401e
3 changed files with 22 additions and 2 deletions

View file

@ -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,