3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-26 07:43:41 +00:00

v1 of a randomizer simplifier

This commit is contained in:
Nikolaj Bjorner 2025-05-24 00:15:47 +01:00
parent 84a5303def
commit 77fed8b97c

View file

@ -36,6 +36,7 @@ z3_add_component(simplifiers
elim_term_ite.h
pull_nested_quantifiers.h
push_ite.h
randomizer.h
refine_inj_axiom.h
rewriter_simplifier.h
)