summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/sets/theory_sets_private.h1
-rw-r--r--src/theory/theory.h3
-rw-r--r--src/theory/theory_model_builder.cpp2
3 files changed, 2 insertions, 4 deletions
diff --git a/src/theory/sets/theory_sets_private.h b/src/theory/sets/theory_sets_private.h
index cb3189e81..fcb5859d4 100644
--- a/src/theory/sets/theory_sets_private.h
+++ b/src/theory/sets/theory_sets_private.h
@@ -233,7 +233,6 @@ private: //for universe set
* If the sets-ext option is not set and we have an extended operator,
* we throw an exception. This function is a no-op otherwise.
*
- * This is related to github issue #1076
* TheorySets uses expandDefinition as an entry point to see if the input
* contains extended operators.
*
diff --git a/src/theory/theory.h b/src/theory/theory.h
index cabb17f48..b5cc16fc8 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -430,8 +430,7 @@ public:
* possible, for example in handling under-specified operations
* using partially defined functions.
*
- * TODO (github issue #1076):
- * some theories like sets use expandDefinition as a "context
+ * Some theories like sets use expandDefinition as a "context
* independent preRegisterTerm". This is required for cases where
* a theory wants to be notified about a term before preprocessing
* and simplification but doesn't necessarily want to rewrite it.
diff --git a/src/theory/theory_model_builder.cpp b/src/theory/theory_model_builder.cpp
index c4be41084..0aa6ea5cc 100644
--- a/src/theory/theory_model_builder.cpp
+++ b/src/theory/theory_model_builder.cpp
@@ -824,7 +824,7 @@ bool TheoryEngineModelBuilder::buildModel(Model* m)
void TheoryEngineModelBuilder::postProcessModel(bool incomplete, Model* m)
{
// if we are incomplete, there is no guarantee on the model.
- // thus, we do not check the model here. (related to #1693).
+ // thus, we do not check the model here.
if (incomplete)
{
return;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback