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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/theory_model.cpp b/src/theory/theory_model.cpp
index 168dc4c62..e0798aa3c 100644
--- a/src/theory/theory_model.cpp
+++ b/src/theory/theory_model.cpp
@@ -592,6 +592,8 @@ void TheoryModel::assignFunctionDefinition( Node f, Node f_def ) {
if( options::ufHo() ){
//we must rewrite the function value since the definition needs to be a constant value
f_def = Rewriter::rewrite( f_def );
+ Trace("model-builder-debug")
+ << "Model value (post-rewrite) : " << f_def << std::endl;
Assert( f_def.isConst() );
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback