3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-11 09:44:43 +00:00

remove dependencies on stale component

This commit is contained in:
Nikolaj Bjorner 2021-08-16 17:51:59 -07:00
parent 3516c5272a
commit 749d1ab305
6 changed files with 1 additions and 14 deletions

View file

@ -1667,16 +1667,6 @@ namespace smt {
!m_th_diseq_propagation_queue.empty();
}
/**
\brief retrieve facilities for creating induction lemmas.
*/
induction& context::get_induction() {
if (!m_induction) {
m_induction = alloc(induction, *this, get_manager());
}
return *m_induction;
}
/**
\brief unit propagation.
Cancelation is not safe during propagation at base level because