3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-29 11:58:51 +00:00

Derive with ranges (#9963)

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Margus Veanes <margus@microsoft.com>
Co-authored-by: Margus Veanes <veanes@users.noreply.github.com>
This commit is contained in:
Nikolaj Bjorner 2026-06-25 18:47:25 -07:00 committed by GitHub
parent 0596c7c634
commit 22c2635786
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 3462 additions and 1000 deletions

View file

@ -113,6 +113,8 @@
X(api_bug) \
X(api_special_relations) \
X(arith_rewriter) \
X(range_predicate) \
X(regex_range_collapse) \
X(seq_rewriter) \
X(check_assumptions) \
X(smt_context) \
@ -195,6 +197,7 @@
X(finite_set) \
X(finite_set_rewriter) \
X(fpa) \
X(seq_regex_bisim) \
X(term_enumeration) \
X(lcube)