mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
Whitespace
This commit is contained in:
parent
3487b368d1
commit
320c81e497
|
@ -83,8 +83,8 @@ namespace smt {
|
||||||
|
|
||||||
struct is_model_value {};
|
struct is_model_value {};
|
||||||
expr_mark m_visited;
|
expr_mark m_visited;
|
||||||
bool contains_model_value(expr* e);
|
bool contains_model_value(expr * e);
|
||||||
void add_instance(quantifier* q, expr_ref_vector const& bindings, unsigned max_generation);
|
void add_instance(quantifier * q, expr_ref_vector const & bindings, unsigned max_generation);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
model_checker(ast_manager & m, qi_params const & p, model_finder & mf);
|
model_checker(ast_manager & m, qi_params const & p, model_finder & mf);
|
||||||
|
|
Loading…
Reference in a new issue