mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
parent
ecba7b3cde
commit
ca7d066c4e
6 changed files with 66 additions and 68 deletions
|
@ -142,7 +142,6 @@ void smt_params::display(std::ostream & out) const {
|
|||
DISPLAY_PARAM(m_profile_res_sub);
|
||||
DISPLAY_PARAM(m_display_bool_var2expr);
|
||||
DISPLAY_PARAM(m_display_ll_bool_var2expr);
|
||||
DISPLAY_PARAM(m_abort_after_preproc);
|
||||
|
||||
DISPLAY_PARAM(m_model);
|
||||
DISPLAY_PARAM(m_model_compact);
|
||||
|
@ -151,7 +150,6 @@ void smt_params::display(std::ostream & out) const {
|
|||
|
||||
DISPLAY_PARAM(m_progress_sampling_freq);
|
||||
|
||||
DISPLAY_PARAM(m_display_installed_theories);
|
||||
DISPLAY_PARAM(m_core_validate);
|
||||
|
||||
DISPLAY_PARAM(m_preprocess);
|
||||
|
|
|
@ -181,7 +181,6 @@ struct smt_params : public preprocessor_params,
|
|||
bool m_profile_res_sub;
|
||||
bool m_display_bool_var2expr;
|
||||
bool m_display_ll_bool_var2expr;
|
||||
bool m_abort_after_preproc;
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
|
@ -205,7 +204,6 @@ struct smt_params : public preprocessor_params,
|
|||
// Debugging goodies
|
||||
//
|
||||
// -----------------------------------
|
||||
bool m_display_installed_theories;
|
||||
bool m_core_validate;
|
||||
|
||||
// -----------------------------------
|
||||
|
@ -292,13 +290,11 @@ struct smt_params : public preprocessor_params,
|
|||
m_profile_res_sub(false),
|
||||
m_display_bool_var2expr(false),
|
||||
m_display_ll_bool_var2expr(false),
|
||||
m_abort_after_preproc(false),
|
||||
m_model(true),
|
||||
m_model_compact(false),
|
||||
m_model_on_timeout(false),
|
||||
m_model_on_final_check(false),
|
||||
m_progress_sampling_freq(0),
|
||||
m_display_installed_theories(false),
|
||||
m_core_validate(false),
|
||||
m_preprocess(true), // temporary hack for disabling all preprocessing..
|
||||
m_user_theory_preprocess_axioms(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue