mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
block flips to units
This commit is contained in:
parent
cb61af0496
commit
814d7f4d0a
3 changed files with 15 additions and 4 deletions
|
@ -505,7 +505,7 @@ namespace sls {
|
|||
if (clause.m_clause.size() == 1)
|
||||
m_unit_literals.push_back(clause.m_clause[0]);
|
||||
for (sat::literal lit : m_unit_literals)
|
||||
m_unit_indices.insert(lit.index());
|
||||
m_unit_indices.insert(lit.var());
|
||||
|
||||
IF_VERBOSE(3, verbose_stream() << "UNITS " << m_unit_literals << "\n");
|
||||
for (unsigned i = 0; i < m_atoms.size(); ++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue