mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
comments
This commit is contained in:
parent
71e97a4098
commit
6c8e8dada6
2 changed files with 3 additions and 5 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue