mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
comment
This commit is contained in:
parent
eed79df481
commit
b4e14c31d0
1 changed files with 1 additions and 8 deletions
|
@ -558,15 +558,8 @@ namespace polysat {
|
|||
LOG_H3("resolve_bool: " << lit);
|
||||
sat::bool_var const var = lit.var();
|
||||
SASSERT(m_bvars.is_propagation(var));
|
||||
|
||||
// NOTE: boolean resolution should work normally even in bailout mode.
|
||||
clause* other = m_bvars.reason(var);
|
||||
|
||||
// if (m_conflict.is_bailout()) {
|
||||
// for (sat::literal l : *other)
|
||||
// set_marks(*m_constraints.lookup(l));
|
||||
// // m_conflict.push_back(other); // ???
|
||||
// }
|
||||
|
||||
m_conflict.resolve(m_constraints, var, *other);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue