summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-27 23:43:24 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-27 23:43:24 +0000
commit0eb82499822544f96877f317bbbcd4cb7c644614 (patch)
tree7abbd631cb9c5e065883f9eb8babccc62a9fbb00 /src/smt/smt_engine.h
parente56c41f47d43103a6e8bf744e12229ed6e5a8f19 (diff)
A bag of unrelated fixes to bring trunk more in-line with recent
policy discussion (no dead code, no unimplemented unit tests...), and other fixes: * src/expr/node_builder.h: uncomment AndNodeBuilder, OrNodeBuilder, PlusNodeBuilder, and MultNodeBuilder. (These had been dead code for awhile.) * src/expr/node_value.cpp: toString() is much more reasonable now, printing S-exprs and using variable names (instead of printing raw pointer values). Next, we'll want to define a pretty-printing theory interface and perhaps hook this up to that. * test/unit/expr/node_black.h: implement testIterator(), testToString(), and testToStream(). * test/unit/expr/node_builder_black.h: implement testIterator() and testAppend(), and add some code to avoid the warnings on clear() for unused NodeBuilders. * src/expr/node_builder.h: redefine "iterator" to be over Nodes rather than over NodeValues. Doesn't make sense to expose the underlying NodeValues. This shouldn't affect anyone, no one was using NodeBuilder iterators. * fix some comments in source code
Diffstat (limited to 'src/smt/smt_engine.h')
-rw-r--r--src/smt/smt_engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smt/smt_engine.h b/src/smt/smt_engine.h
index 594676416..7495e4100 100644
--- a/src/smt/smt_engine.h
+++ b/src/smt/smt_engine.h
@@ -24,6 +24,7 @@
#include "util/result.h"
#include "util/model.h"
+// FIXME private header in public code
#include "expr/node.h"
// In terms of abstraction, this is below (and provides services to)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback