summaryrefslogtreecommitdiff
path: root/src/theory/theory_model_builder.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-08-28 18:18:52 -0500
committerGitHub <noreply@github.com>2019-08-28 18:18:52 -0500
commitcc7546ff0a4e418de9a21c03ef12b1d5e8801bb8 (patch)
tree06366270db75ad32012104a04008ce3b5ca6a2d9 /src/theory/theory_model_builder.cpp
parent453de9df0af984491f6ced883220fdbf113f078b (diff)
Removing comments related to issues (#3232)
Diffstat (limited to 'src/theory/theory_model_builder.cpp')
-rw-r--r--src/theory/theory_model_builder.cpp2
1 files changed, 1 insertions, 1 deletions
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