mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
This commit is contained in:
parent
2174bccdba
commit
93a4939d49
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue