3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-31 07:14:54 +00:00

Cleanup spacer options

This commit is contained in:
Arie Gurfinkel 2018-06-05 18:43:10 -07:00
parent 1994f1d7e4
commit e1a45671b3
2 changed files with 12 additions and 14 deletions

View file

@ -841,7 +841,6 @@ class context {
model_converter_ref m_mc;
proof_converter_ref m_pc;
bool m_use_native_mbp;
bool m_ground_cti;
bool m_instantiate;
bool m_use_qlemmas;
bool m_weak_abs;
@ -935,7 +934,7 @@ public:
const fixedpoint_params &get_params() const { return m_params; }
bool use_native_mbp () {return m_use_native_mbp;}
bool use_ground_cti () {return m_ground_cti;}
bool use_ground_pob () {return m_ground_pob;}
bool use_instantiate () {return m_instantiate;}
bool weak_abs() {return m_weak_abs;}
bool use_qlemmas () {return m_use_qlemmas;}