summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan@cs.nyu.edu>2013-03-26 16:52:21 -0400
committerDejan Jovanović <dejan@cs.nyu.edu>2013-03-26 16:52:21 -0400
commit70d1a0171840cd62b5c1d89b875ffb50da216793 (patch)
tree3c1c68b7e7ba11f7787d253f7d27064d99c956ed /src/theory/bv/theory_bv.h
parente586b8cdbed537bd2a6cba01f68eb3b34ecf08d8 (diff)
getModelValue implementation in bitvectors
Diffstat (limited to 'src/theory/bv/theory_bv.h')
-rw-r--r--src/theory/bv/theory_bv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/bv/theory_bv.h b/src/theory/bv/theory_bv.h
index e38f3568c..ffb043bb6 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -117,6 +117,8 @@ private:
EqualityStatus getEqualityStatus(TNode a, TNode b);
+ Node getModelValue(TNode var);
+
inline std::string indent()
{
std::string indentStr(getSatContext()->getLevel(), ' ');
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback