mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 21:37:02 +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
|
@ -116,7 +116,7 @@ class tseitin_cnf_tactic : public tactic {
|
|||
m_rw(_m),
|
||||
m_num_aux_vars(0) {
|
||||
updt_params(p);
|
||||
m_rw.set_flat(false);
|
||||
m_rw.set_flat_and_or(false);
|
||||
}
|
||||
|
||||
void updt_params(params_ref const & p) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue