Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jun 17, 2021
1 parent 2174bcc commit 93a4939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sat/smt/q_eval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 93a4939

Please sign in to comment.