mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
Whitespace
This commit is contained in:
parent
3487b368d1
commit
320c81e497
|
@ -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…
Reference in a new issue