mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
Whitespace
This commit is contained in:
parent
3487b368d1
commit
320c81e497
2 changed files with 26 additions and 26 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue