summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-06-07 12:44:20 -0500
committerGitHub <noreply@github.com>2021-06-07 17:44:20 +0000
commit7e9e71c7bd2bcbdcb2cef0d8f99bf34082bf4081 (patch)
tree201fe80043ddb91a72f56f34c2906ef990ad6faf /src/theory/theory.h
parent4cb2b23322794fc684db4f4a9f9e14e0157c83b0 (diff)
(proof-new) Fix missing connection in trust substitution proofs (#6685)
This PR fixes a missing connection in trust substitution proofs, which was the cause of open proofs when solved equalities from ppAssert were not justified by proofs. Also distinguishes TRUST_SUBS_EQ from TRUST_SUBS_MAP for clarity.
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index d71348ce3..378305c75 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -675,8 +675,8 @@ class Theory {
* add the solved substitutions to the map, if any. The method should return
* true if the literal can be safely removed from the input problem.
*
- * Note that tin has trude node kind LEMMA. Its proof generator should be
- * take into account when adding a substitution to outSubstitutions when
+ * Note that tin has trust node kind LEMMA. Its proof generator should be
+ * taken into account when adding a substitution to outSubstitutions when
* proofs are enabled.
*/
virtual PPAssertStatus ppAssert(TrustNode tin,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback