3
0
Fork 0
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:
Nikolaj Bjorner 2020-04-29 12:06:53 -07:00
parent fd911a5563
commit 9f6a733ff6
3 changed files with 20 additions and 11 deletions

View file

@ -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;