mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
Uses non-flattening rewriter in profos
This commit is contained in:
parent
88aa689a70
commit
7cb956a0e2
|
@ -107,6 +107,7 @@ public:
|
|||
{
|
||||
ast_manager &m = args.get_manager();
|
||||
bool_rewriter brwr(m);
|
||||
brwr.set_flat(false);
|
||||
|
||||
if (m.is_or(decl))
|
||||
{ mk_or_core(args, res); }
|
||||
|
|
Loading…
Reference in a new issue