3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-12 10:06:23 +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

@ -287,6 +287,7 @@ int main(int argc, char ** argv) {
TST(scoped_vector);
TST(sls_seq_plugin);
TST(seq_nielsen);
TST(seq_parikh);
TST(nseq_basic);
TST(nseq_regex);
TST(nseq_zipt);