summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_subtheory.h
diff options
context:
space:
mode:
authorLiana Hadarean <lianahady@gmail.com>2012-12-10 20:48:51 -0500
committerLiana Hadarean <lianahady@gmail.com>2012-12-10 20:48:51 -0500
commit67af0bb961e42ab84c5f82245809ea12e2c12758 (patch)
treee2ac08edd8f3db204a712b87cf9532eb43f6b709 /src/theory/bv/bv_subtheory.h
parenta8a471141d2fca4428b7c016ea4494d9925fc544 (diff)
ported my bv-core branch from svn to git
Diffstat (limited to 'src/theory/bv/bv_subtheory.h')
-rw-r--r--src/theory/bv/bv_subtheory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/bv/bv_subtheory.h b/src/theory/bv/bv_subtheory.h
index 4dbba0797..a256b6001 100644
--- a/src/theory/bv/bv_subtheory.h
+++ b/src/theory/bv/bv_subtheory.h
@@ -33,7 +33,8 @@ namespace bv {
enum SubTheory {
SUB_EQUALITY = 1,
- SUB_BITBLAST = 2
+ SUB_BITBLAST = 2,
+ SUB_CORE = 3
};
inline std::ostream& operator << (std::ostream& out, SubTheory subtheory) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback