mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
Whitespace
This commit is contained in:
parent
3487b368d1
commit
320c81e497
2 changed files with 26 additions and 26 deletions
|
@ -39,7 +39,7 @@ namespace smt {
|
|||
class model_checker {
|
||||
ast_manager & m; // _manager;
|
||||
qi_params const & m_params;
|
||||
// copy of smt_params for auxiliary context.
|
||||
// copy of smt_params for auxiliary context.
|
||||
// the idea is to use a different configuration for the aux context (e.g., disable relevancy)
|
||||
scoped_ptr<smt_params> m_fparams;
|
||||
quantifier_manager * m_qm;
|
||||
|
@ -83,8 +83,8 @@ namespace smt {
|
|||
|
||||
struct is_model_value {};
|
||||
expr_mark m_visited;
|
||||
bool contains_model_value(expr* e);
|
||||
void add_instance(quantifier* q, expr_ref_vector const& bindings, unsigned max_generation);
|
||||
bool contains_model_value(expr * e);
|
||||
void add_instance(quantifier * q, expr_ref_vector const & bindings, unsigned max_generation);
|
||||
|
||||
public:
|
||||
model_checker(ast_manager & m, qi_params const & p, model_finder & mf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue