summaryrefslogtreecommitdiff
path: root/src/theory/theory_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_model.cpp')
-rw-r--r--src/theory/theory_model.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/theory_model.cpp b/src/theory/theory_model.cpp
index 079683116..33ec5b23b 100644
--- a/src/theory/theory_model.cpp
+++ b/src/theory/theory_model.cpp
@@ -135,6 +135,7 @@ Node TheoryModel::getValue(TNode n) const
{
//apply substitutions
Node nn = d_env.getTopLevelSubstitutions().apply(n);
+ nn = rewrite(nn);
Debug("model-getvalue-debug") << "[model-getvalue] getValue : substitute " << n << " to " << nn << std::endl;
//get value in model
nn = getModelValue(nn);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback