summaryrefslogtreecommitdiff
path: root/src/theory/valuation.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2011-07-11 19:53:44 +0000
committerClark Barrett <barrett@cs.nyu.edu>2011-07-11 19:53:44 +0000
commitf65c5c4cbc59527dc0c9c57283a373ef501792c5 (patch)
tree4a5b270413a72260d404c431a27c2f01209fae21 /src/theory/valuation.h
parent7515ee9cda0925721c4fa7e1ba9ef3b25dc5e0d0 (diff)
Clark's work on array theory - can now solve all QF_AX problems
Diffstat (limited to 'src/theory/valuation.h')
-rw-r--r--src/theory/valuation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/valuation.h b/src/theory/valuation.h
index ea6772ce8..58615f481 100644
--- a/src/theory/valuation.h
+++ b/src/theory/valuation.h
@@ -41,6 +41,11 @@ public:
Node getValue(TNode n) const;
+ /*
+ * Return true if n has an associated SAT literal
+ */
+ bool isSatLiteral(TNode n) const;
+
/**
* Get the current SAT assignment to the node n.
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback