mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
This commit is contained in:
parent
f90795c42f
commit
b84b5d091e
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ namespace q {
|
||||||
auto [is_conflict, idx, j_idx] = m_prop_queue[i];
|
auto [is_conflict, idx, j_idx] = m_prop_queue[i];
|
||||||
propagate(is_conflict, idx, j_idx);
|
propagate(is_conflict, idx, j_idx);
|
||||||
}
|
}
|
||||||
|
m_prop_queue.reset();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue