3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 12:35:59 +00:00

Move seq axioms to theory independent module

This commit is contained in:
Nikolaj Bjorner 2021-02-16 05:13:52 -08:00
parent 823830181b
commit 4f9117a921
5 changed files with 1112 additions and 81 deletions

View file

@ -32,6 +32,7 @@ z3_add_component(rewriter
quant_hoist.cpp
recfun_rewriter.cpp
rewriter.cpp
seq_axioms.cpp
seq_rewriter.cpp
seq_skolem.cpp
th_rewriter.cpp