mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 10:14:42 +00:00
cleanup
This commit is contained in:
parent
41a242fab1
commit
ab4fbe40b6
7 changed files with 11 additions and 20 deletions
|
@ -1714,12 +1714,6 @@ namespace smt {
|
|||
for (unsigned i = 0; i < m_th_eq_propagation_queue.size() && !inconsistent(); i++) {
|
||||
new_th_eq curr = m_th_eq_propagation_queue[i];
|
||||
theory * th = get_theory(curr.m_th_id);
|
||||
TRACE("t_str_eq_bug", tout
|
||||
<< "th->name = " << th->get_name() << std::endl
|
||||
<< "m_th_id = " << curr.m_th_id << std::endl
|
||||
<< "m_lhs = " << curr.m_lhs << std::endl
|
||||
<< "m_rhs = " << curr.m_rhs << std::endl
|
||||
<< std::endl;);
|
||||
SASSERT(th);
|
||||
th->new_eq_eh(curr.m_lhs, curr.m_rhs);
|
||||
#ifdef Z3DEBUG
|
||||
|
@ -3042,6 +3036,7 @@ namespace smt {
|
|||
// not counting any literals that get assigned by this method
|
||||
// this relies on bcp() to give us its old m_qhead and therefore
|
||||
// bcp() should always be called before this method
|
||||
|
||||
unsigned assigned_literal_end = m_assigned_literals.size();
|
||||
for (; qhead < assigned_literal_end; ++qhead) {
|
||||
literal l = m_assigned_literals[qhead];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue