summaryrefslogtreecommitdiff
path: root/src/prop/cnf_stream.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-02-03 19:25:50 +0000
committerTim King <taking@cs.nyu.edu>2010-02-03 19:25:50 +0000
commit14b035cd792b43ec1dc5655882378631235732ff (patch)
tree4f2c0cfe5836872e617a6a0e6a2036512cc84dee /src/prop/cnf_stream.h
parent480b791976b2916148ef95c48c00280b404c32e2 (diff)
I hacked in a temporary way to restart minisat for multiple queries.
Diffstat (limited to 'src/prop/cnf_stream.h')
-rw-r--r--src/prop/cnf_stream.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/prop/cnf_stream.h b/src/prop/cnf_stream.h
index 131ac98dc..247a5b096 100644
--- a/src/prop/cnf_stream.h
+++ b/src/prop/cnf_stream.h
@@ -81,10 +81,6 @@ protected:
*/
minisat::Lit lookupInCache(const Node & n) const;
- /**
- * Empties the internal translation cache.
- */
- void flushCache();
//negotiates the mapping of atoms to literals with PropEngine
void registerMapping(const Node & node, minisat::Lit lit, bool atom = false);
@@ -99,6 +95,12 @@ public:
*/
CnfStream(CVC4::PropEngine *pe);
+
+ /**
+ * Empties the internal translation cache.
+ */
+ void flushCache();
+
/**
* Converts and asserts a formula.
* @param n node to convert and assert
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback