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:
parent
f4e17ecc65
commit
e33e66212c
2 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue