3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

propagate values should not flatten and/or

also, elim_uncstr should only be disabled on recursive functions
This commit is contained in:
Nikolaj Bjorner 2022-11-12 18:03:38 -08:00
parent f4e17ecc65
commit e33e66212c
2 changed files with 2 additions and 1 deletions

View file

@ -213,6 +213,7 @@ public:
m_occs(m, true /* track atoms */),
m_params(p) {
updt_params_core(p);
m_r.set_flat_and_or(false);
}
tactic * translate(ast_manager & m) override {