mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Fix lemma::has_binding()
This commit is contained in:
parent
ec179da0fa
commit
a8318b8822
1 changed files with 1 additions and 2 deletions
|
@ -1303,8 +1303,7 @@ void lemma::update_cube (pob_ref const &p, expr_ref_vector &cube) {
|
|||
}
|
||||
|
||||
bool lemma::has_binding(app_ref_vector const &binding) {
|
||||
expr *lem = get_expr();
|
||||
unsigned num_decls = to_quantifier(lem)->get_num_decls();
|
||||
unsigned num_decls = m_zks.size();
|
||||
|
||||
SASSERT(binding.size() == num_decls);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue