mirror of
https://github.com/Z3Prover/z3
synced 2025-08-01 17:03:18 +00:00
ho matcher draft
Draft implementation of higher-order matcher. No specific tuning at this point.
This commit is contained in:
parent
0ee1ee54bd
commit
951554e883
3 changed files with 1290 additions and 0 deletions
|
@ -270,4 +270,5 @@ int main(int argc, char ** argv) {
|
|||
TST(sls_test);
|
||||
TST(scoped_vector);
|
||||
TST(sls_seq_plugin);
|
||||
TST(ho_matcher);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue