3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-02 20:23:27 +00:00

Add seq monadic benchmark harness (#10330)

## Summary

Register the opt-in seq_monadic benchmark harness in test-z3.

The harness reads either Z3_SEQ_BENCH_FILE or all SMT2 files under
Z3_SEQ_BENCH_DIR, supports Brz and light-Ant modes through
Z3_SEQ_MONADIC_MODE, and reports per-file CSV timing and verdict
information.
This commit is contained in:
Margus Veanes 2026-07-31 14:03:21 -07:00 committed by GitHub
parent 568218e1ed
commit ddce973e16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 229 additions and 0 deletions

View file

@ -117,6 +117,7 @@
X(regex_range_collapse) \
X(seq_rewriter) \
X(seq_monadic) \
X(seq_monadic_bench) \
X(check_assumptions) \
X(smt_context) \
X(theory_dl) \