mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
e1224e116f
2 changed files with 0 additions and 9 deletions
|
@ -192,7 +192,6 @@ namespace polysat {
|
|||
|
||||
bool solver::propagate(sat::literal lit, clause& cl) {
|
||||
SASSERT(cl.size() >= 2);
|
||||
std::cout << lit << ": " << cl << "\n";
|
||||
unsigned idx = cl[0] == ~lit ? 1 : 0;
|
||||
SASSERT(cl[1 - idx] == ~lit);
|
||||
if (m_bvars.is_true(cl[idx]))
|
||||
|
@ -623,7 +622,6 @@ namespace polysat {
|
|||
|
||||
clause_builder reason_builder = m_conflict.build_lemma();
|
||||
SASSERT(std::find(reason_builder.begin(), reason_builder.end(), ~lit));
|
||||
|
||||
clause_ref reason = reason_builder.build();
|
||||
|
||||
if (reason->empty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue