3
0
Fork 0
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:
Arie Gurfinkel 2019-07-09 13:29:42 -04:00
parent 88aa689a70
commit 7cb956a0e2

View file

@ -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); }