3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-07-20 08:02:21 -07:00
parent f90795c42f
commit b84b5d091e

View file

@ -303,6 +303,7 @@ namespace q {
auto [is_conflict, idx, j_idx] = m_prop_queue[i];
propagate(is_conflict, idx, j_idx);
}
m_prop_queue.reset();
return true;
}