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:
parent
30c2a9ccdc
commit
4b2f5e2bb0
3 changed files with 885 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue