summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-11-26 17:40:31 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-11-26 17:40:31 +0000
commit78f459b303ed292a297a36cd0c435fdd025b0865 (patch)
tree80be491bc4525d70d599fbd72869dd592f70d56a /src/prop/prop_engine.h
parentc3ca3d8c58cc9954f8ad190e1e2dedbcbb5372f0 (diff)
fixup for incremental solving
Diffstat (limited to 'src/prop/prop_engine.h')
-rw-r--r--src/prop/prop_engine.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h
index f52118ac4..9540d3921 100644
--- a/src/prop/prop_engine.h
+++ b/src/prop/prop_engine.h
@@ -246,13 +246,6 @@ public:
bool isSatLiteral(TNode node) const;
/**
- * Return true if node has an associated SAT literal that is
- * currently translated (i.e., it's relevant to the current
- * user push/pop level).
- */
- bool isTranslatedSatLiteral(TNode node) const;
-
- /**
* Check if the node has a value and return it if yes.
*/
bool hasValue(TNode node, bool& value) const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback