summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/fun_def_process.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-04-28 15:50:17 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-04-28 15:50:23 +0200
commitc6855bb13420c020690cf63c8b770186f278081c (patch)
tree7b8e6a340ce9561a223f5417dda16440d784e8c9 /src/theory/quantifiers/fun_def_process.cpp
parent1261597c32e3c8a98225a91fdd7b420867f89329 (diff)
Fix smt2 printing of fun-def. Simplification of mbqi interface.
Diffstat (limited to 'src/theory/quantifiers/fun_def_process.cpp')
-rw-r--r--src/theory/quantifiers/fun_def_process.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/fun_def_process.cpp b/src/theory/quantifiers/fun_def_process.cpp
index 22dac2225..a46aca3c8 100644
--- a/src/theory/quantifiers/fun_def_process.cpp
+++ b/src/theory/quantifiers/fun_def_process.cpp
@@ -46,6 +46,7 @@ void FunDefFmf::simplify( std::vector< Node >& assertions, bool doRewrite ) {
}
Node bd = TermDb::getFunDefBody( assertions[i] );
+ Trace("fmf-fun-def-debug") << "Process function " << n << ", body = " << bd << std::endl;
Assert( !bd.isNull() );
bd = NodeManager::currentNM()->mkNode( n.getType().isBoolean() ? IFF : EQUAL, n, bd );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback