3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 03:07:07 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-06-17 11:15:37 -07:00
parent 2174bccdba
commit 93a4939d49

View file

@ -278,6 +278,7 @@ namespace q {
void eval::explain(sat::literal l, justification& j, sat::literal_vector& r, bool probing) {
scoped_mark_reset _sr(*this);
unsigned l_idx = 0;
clause& c = j.m_clause;
for (; l_idx < c.size(); ++l_idx) {