mirror of
https://github.com/Z3Prover/z3
synced 2026-02-12 20:04:08 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
59acd77981
commit
f1d46b58a4
5 changed files with 39 additions and 27 deletions
|
|
@ -782,7 +782,7 @@ namespace polysat {
|
|||
LOG("Lemma: " << lemma);
|
||||
for (sat::literal lit : lemma) {
|
||||
LOG(" Literal " << lit << " is: " << lit2cnstr(lit));
|
||||
SASSERT(m_bvars.value(lit) != l_true);
|
||||
// SASSERT(m_bvars.value(lit) != l_true);
|
||||
}
|
||||
SASSERT(!lemma.empty());
|
||||
m_constraints.store(&lemma, *this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue