summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/prop_engine.h')
-rw-r--r--src/prop/prop_engine.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h
index f44ad16f7..f6e66bef1 100644
--- a/src/prop/prop_engine.h
+++ b/src/prop/prop_engine.h
@@ -114,6 +114,10 @@ public:
*/
Node getValue(TNode node);
+ /*
+ * Return true if node has an associated SAT literal
+ */
+ bool isSatLiteral(TNode node);
/**
* Check if the node has a value and return it if yes.
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback