mirror of
https://github.com/Z3Prover/z3
synced 2025-05-15 11:44:44 +00:00
fix #6662
This commit is contained in:
parent
af9c760a68
commit
e6ea81546e
4 changed files with 29 additions and 1 deletions
|
@ -87,6 +87,7 @@ namespace smt {
|
|||
expr_mark m_visited;
|
||||
bool contains_model_value(expr * e);
|
||||
void add_instance(quantifier * q, expr_ref_vector const & bindings, unsigned max_generation, expr * def);
|
||||
bool is_safe_for_mbqi(quantifier * q) const;
|
||||
|
||||
public:
|
||||
model_checker(ast_manager & m, qi_params const & p, model_finder & mf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue