mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 02:46:16 +00:00
add preprocessor parameter whether to use bound simplifier
This commit is contained in:
parent
76aad689c6
commit
79d47eb302
4 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,7 @@ struct preprocessor_params : public pattern_inference_params,
|
|||
bool m_max_bv_sharing = true;
|
||||
bool m_pre_simplifier = true;
|
||||
bool m_nlquant_elim = false;
|
||||
bool m_bound_simplifier = true;
|
||||
|
||||
public:
|
||||
preprocessor_params(params_ref const & p = params_ref()):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue