mirror of
https://github.com/Z3Prover/z3
synced 2026-04-27 14:23:35 +00:00
debug relevancy mode
This commit is contained in:
parent
743e56bda3
commit
8ff8252e89
6 changed files with 33 additions and 9 deletions
|
|
@ -589,7 +589,7 @@ namespace q {
|
|||
return m_inst_queue.propagate() || propagated;
|
||||
ctx.push(value_trail<unsigned>(m_qhead));
|
||||
ptr_buffer<binding> to_remove;
|
||||
for (; m_qhead < m_clause_queue.size(); ++m_qhead) {
|
||||
for (; m_qhead < m_clause_queue.size() && m.inc(); ++m_qhead) {
|
||||
unsigned idx = m_clause_queue[m_qhead];
|
||||
clause& c = *m_clauses[idx];
|
||||
binding* b = c.m_bindings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue