mirror of
https://github.com/Z3Prover/z3
synced 2026-02-26 10:05:38 +00:00
turn on ho-matcher for completion
This commit is contained in:
parent
1b3c3c2716
commit
0c5b0c3724
10 changed files with 166 additions and 63 deletions
|
|
@ -2015,7 +2015,7 @@ public:
|
|||
|
||||
bool is_pattern(expr const * n) const;
|
||||
|
||||
bool is_pattern(expr const *n, ptr_vector<expr> &args);
|
||||
bool is_pattern(expr const *n, ptr_vector<app> &args);
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue