summaryrefslogtreecommitdiff
path: root/src/theory/bv/bitblaster.h
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-02-04 21:16:55 -0500
committerlianah <lianahady@gmail.com>2013-02-04 21:16:55 -0500
commit8aaee8d5acce9887329f3e5a6fdeb425e428ec79 (patch)
treebb353b395126f8aede271548fea7af3bf888255a /src/theory/bv/bitblaster.h
parent764bda53ed154495286d7ff117aa7182a8ce5f7b (diff)
Fixing regression failure. The only unfixed ones seem model related which would require some graph coloring algorithm.
Diffstat (limited to 'src/theory/bv/bitblaster.h')
-rw-r--r--src/theory/bv/bitblaster.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/bv/bitblaster.h b/src/theory/bv/bitblaster.h
index fb4394673..84a67e884 100644
--- a/src/theory/bv/bitblaster.h
+++ b/src/theory/bv/bitblaster.h
@@ -124,7 +124,8 @@ class Bitblaster {
// division is bitblasted in terms of constraints
// so it needs to use private bitblaster interface
void bbUdiv(TNode node, Bits& bits);
- void bbUrem(TNode node, Bits& bits);
+ void bbUrem(TNode node, Bits& bits);
+ bool hasValue(TNode a);
public:
void cacheTermDef(TNode node, Bits def); // public so we can cache remainder for division
void bbTerm(TNode node, Bits& bits);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback