mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
This commit is contained in:
parent
3311bd074f
commit
df9084ba23
3 changed files with 19 additions and 8 deletions
|
@ -96,7 +96,7 @@ namespace q {
|
|||
bool check_forall_default(quantifier* q, q_body& qb, model& mdl);
|
||||
bool check_forall_subst(quantifier* q, q_body& qb, model& mdl);
|
||||
|
||||
bool quick_check(quantifier* q, q_body& qb);
|
||||
bool quick_check(quantifier* q, quantifier* q_flat, q_body& qb);
|
||||
bool next_offset(unsigned_vector& offsets, app_ref_vector const& vars);
|
||||
bool first_offset(unsigned_vector& offsets, app_ref_vector const& vars);
|
||||
bool next_offset(unsigned_vector& offsets, app_ref_vector const& vars, unsigned i, unsigned start);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue