mirror of
https://github.com/Z3Prover/z3
synced 2025-05-15 11:44:44 +00:00
change model evaluator to respect resource limits (#5184)
This commit is contained in:
parent
7f8e2a9f75
commit
21e59f7c6e
3 changed files with 6 additions and 5 deletions
|
@ -62,7 +62,7 @@ namespace smt {
|
|||
expr * get_type_compatible_term(expr * val);
|
||||
expr_ref replace_value_from_ctx(expr * e);
|
||||
void restrict_to_universe(expr * sk, obj_hashtable<expr> const & universe);
|
||||
void assert_neg_q_m(quantifier * q, expr_ref_vector & sks);
|
||||
bool assert_neg_q_m(quantifier * q, expr_ref_vector & sks);
|
||||
bool add_blocking_clause(model * cex, expr_ref_vector & sks);
|
||||
bool check(quantifier * q);
|
||||
void check_quantifiers(bool& found_relevant, unsigned& num_failures);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue