3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-12 11:55:37 +00:00

Merge pull request #8686 from Z3Prover/finite-sets

Finite sets
This commit is contained in:
Nikolaj Bjorner 2026-02-19 19:49:47 -08:00 committed by GitHub
commit 8314aecb44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
73 changed files with 5720 additions and 117 deletions

View file

@ -56,6 +56,8 @@ add_executable(test-z3
expr_substitution.cpp
ext_numeral.cpp
f2n.cpp
finite_set.cpp
finite_set_rewriter.cpp
factor_rewriter.cpp
finder.cpp
fixed_bit_vector.cpp