summaryrefslogtreecommitdiff
path: root/src/proof
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof')
-rw-r--r--src/proof/theory_proof.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proof/theory_proof.cpp b/src/proof/theory_proof.cpp
index 634b2b738..a000bb8b3 100644
--- a/src/proof/theory_proof.cpp
+++ b/src/proof/theory_proof.cpp
@@ -620,7 +620,7 @@ void LFSCTheoryProofEngine::printTheoryLemmas(const IdToSatClause& lemmas,
}
}
- Assert(found);
+ AlwaysAssert(found);
Debug("pf::tp") << "Replacing theory assertion "
<< clause_expr[k]
<< " with "
@@ -729,7 +729,7 @@ void LFSCTheoryProofEngine::printTheoryLemmas(const IdToSatClause& lemmas,
}
}
- Assert(found);
+ AlwaysAssert(found);
Debug("pf::tp") << "Replacing theory assertion "
<< currentClauseExpr[k]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback