3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-26 13:53:33 +00:00

Add seq_parikh unit tests: 32 tests covering stride, constraints, conflict, char_set

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-11 18:36:28 +00:00
parent 30c2a9ccdc
commit 4b2f5e2bb0
3 changed files with 885 additions and 0 deletions

View file

@ -132,6 +132,7 @@ add_executable(test-z3
sls_test.cpp
sls_seq_plugin.cpp
seq_nielsen.cpp
seq_parikh.cpp
nseq_basic.cpp
nseq_regex.cpp
nseq_zipt.cpp