mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 19:06:17 +00:00
removing dead params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
33c44d014b
commit
c4197722bb
5 changed files with 3 additions and 12 deletions
|
@ -39,7 +39,6 @@ struct preprocessor_params : public nnf_params, public cnf_params, public patter
|
|||
bool m_pull_nested_quantifiers;
|
||||
bool m_eliminate_term_ite;
|
||||
bool m_eliminate_and; // represent (and a b) as (not (or (not a) (not b)))
|
||||
bool m_reverse_implies; // translate (implies a b) into (or b (not a))
|
||||
bool m_macro_finder;
|
||||
bool m_propagate_values;
|
||||
bool m_propagate_booleans;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue