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:
parent
3516c5272a
commit
749d1ab305
6 changed files with 1 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue