3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 02:45:51 +00:00
This commit is contained in:
Jakob Rath 2021-09-13 04:48:22 +02:00
parent 71e97a4098
commit 6c8e8dada6
2 changed files with 3 additions and 5 deletions

View file

@ -460,7 +460,6 @@ namespace polysat {
if (item.is_assignment()) {
// Resolve over variable assignment
pvar v = item.var();
LOG_H2("Working on pvar v" << v);
if (!m_conflict.is_pmarked(v))
continue;
justification& j = m_justification[v];