summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/nonlinear_extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/nonlinear_extension.h')
-rw-r--r--src/theory/arith/nl/nonlinear_extension.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/arith/nl/nonlinear_extension.h b/src/theory/arith/nl/nonlinear_extension.h
index 09e3a8370..820c317c5 100644
--- a/src/theory/arith/nl/nonlinear_extension.h
+++ b/src/theory/arith/nl/nonlinear_extension.h
@@ -74,9 +74,9 @@ class NlLemma;
* which is called by TheoryArithPrivate either:
* (1) at full effort with no conflicts or lemmas emitted, or
* (2) at last call effort.
- * In this method, this class calls d_out->lemma(...)
+ * In this method, this class calls d_im.lemma(...)
* for valid arithmetic theory lemmas, based on the current set of assertions,
- * where d_out is the output channel of TheoryArith.
+ * where d_im is the inference manager of TheoryArith.
*/
class NonlinearExtension
{
@@ -94,8 +94,8 @@ class NonlinearExtension
void preRegisterTerm(TNode n);
/** Check at effort level e.
*
- * This call may result in (possibly multiple) calls to d_out->lemma(...)
- * where d_out is the output channel of TheoryArith.
+ * This call may result in (possibly multiple) calls to d_im.lemma(...)
+ * where d_im is the inference manager of TheoryArith.
*
* If e is FULL, then we add lemmas based on context-depedent
* simplification (see Reynolds et al FroCoS 2017).
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback