3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-21 12:16:20 +00:00

first end-pass. Atomic

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-03-04 02:05:26 -08:00
parent 13f9fec339
commit 5aa3713d19
15 changed files with 6160 additions and 209 deletions

View file

@ -288,6 +288,7 @@ int main(int argc, char ** argv) {
TST(sls_seq_plugin);
TST(seq_nielsen);
TST(nseq_basic);
TST(nseq_regex);
TST(ho_matcher);
TST(finite_set);
TST(finite_set_rewriter);