3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-01 19:26:53 +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

@ -285,4 +285,6 @@ int main(int argc, char ** argv) {
TST(scoped_vector);
TST(sls_seq_plugin);
TST(ho_matcher);
TST(finite_set);
TST(finite_set_rewriter);
}