mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 23:43:15 +00:00
rename set-flat to set-flat-and-or to allow to differentiate parameters
This commit is contained in:
parent
fe1b4bf5ce
commit
1fae3aa152
9 changed files with 15 additions and 15 deletions
|
@ -106,7 +106,7 @@ public:
|
|||
{
|
||||
ast_manager &m = args.get_manager();
|
||||
bool_rewriter brwr(m);
|
||||
brwr.set_flat(false);
|
||||
brwr.set_flat_and_or(false);
|
||||
|
||||
if (m.is_or(decl))
|
||||
{ mk_or_core(args, res); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue