mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +00:00
add hook for induction
This commit is contained in:
parent
fd911a5563
commit
9f6a733ff6
3 changed files with 20 additions and 11 deletions
|
@ -240,7 +240,6 @@ void create_induction_lemmas::create_lemmas(expr* t, expr* sk, abstraction& a, l
|
|||
sort* s = m.get_sort(sk);
|
||||
if (!m_dt.is_datatype(s))
|
||||
return;
|
||||
family_id fid = s->get_family_id();
|
||||
expr_ref alpha = a.m_term;
|
||||
auto const& eqs = a.m_eqs;
|
||||
literal_vector common_literals;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue