summaryrefslogtreecommitdiff
path: root/src/theory/valuation.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2011-07-09 01:38:48 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2011-07-09 01:38:48 +0000
commit878f71272c06cf605fb3d2f4e66eaea55aa32127 (patch)
tree162ac5a74e14bae02ae74cec8f621174c22323e2 /src/theory/valuation.h
parent86f2a3e111137fecaf942050dfd7ade0c881d6eb (diff)
surprize surprize
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 2346b6d32..ea6772ce8 100644
--- a/src/theory/valuation.h
+++ b/src/theory/valuation.h
@@ -51,6 +51,11 @@ public:
*/
Node getSatValue(TNode n) const;
+ /**
+ * Returns true if the node has a sat value. If yes value is set to it's value.
+ */
+ bool hasSatValue(TNode n, bool& value) const;
+
};/* class Valuation */
}/* CVC4::theory namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback