summaryrefslogtreecommitdiff
path: root/src/theory/booleans/proof_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/booleans/proof_checker.cpp')
-rw-r--r--src/theory/booleans/proof_checker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/booleans/proof_checker.cpp b/src/theory/booleans/proof_checker.cpp
index 83662a50f..405dae250 100644
--- a/src/theory/booleans/proof_checker.cpp
+++ b/src/theory/booleans/proof_checker.cpp
@@ -272,7 +272,7 @@ Node BoolProofRuleChecker::checkInternal(PfRule id,
{
if (lits[j] == rhsElim)
{
- rhsElim == Node::null();
+ rhsElim = Node::null();
continue;
}
auto it = lhsElim.find(lits[j]);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback