mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
indentation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c7e27fb2d9
commit
d6964226c7
2 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ namespace smt {
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
ast_manager & m_manager;
|
ast_manager & m_manager;
|
||||||
smt_params & m_fparams;
|
smt_params & m_fparams;
|
||||||
params_ref m_params;
|
params_ref m_params;
|
||||||
setup m_setup;
|
setup m_setup;
|
||||||
volatile bool m_cancel_flag;
|
volatile bool m_cancel_flag;
|
||||||
|
|
|
@ -453,9 +453,9 @@ namespace smt {
|
||||||
instantiated.
|
instantiated.
|
||||||
*/
|
*/
|
||||||
virtual void add(quantifier * q) {
|
virtual void add(quantifier * q) {
|
||||||
if (m_fparams->m_mbqi && mbqi_enabled(q)) {
|
if (m_fparams->m_mbqi && mbqi_enabled(q)) {
|
||||||
m_model_finder->register_quantifier(q);
|
m_model_finder->register_quantifier(q);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void del(quantifier * q) {
|
virtual void del(quantifier * q) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue