mirror of
https://github.com/Z3Prover/z3
synced 2025-07-28 23:17:56 +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
|
@ -58,6 +58,7 @@ add_executable(test-z3
|
|||
heap.cpp
|
||||
heap_trie.cpp
|
||||
hilbert_basis.cpp
|
||||
ho_matcher.cpp
|
||||
horn_subsume_model_converter.cpp
|
||||
hwf.cpp
|
||||
inf_rational.cpp
|
||||
|
|
1288
src/test/ho_matcher.cpp
Normal file
1288
src/test/ho_matcher.cpp
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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