summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/theory_bv.h')
-rw-r--r--src/theory/bv/theory_bv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/bv/theory_bv.h b/src/theory/bv/theory_bv.h
index 537e7f5fe..ee331af02 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -33,12 +33,12 @@ public:
TheoryBV(int id, context::Context* c, OutputChannel& out) :
Theory(id, c, out) {
}
-
- void preRegisterTerm(TNode n) { Unimplemented(); }
- void registerTerm(TNode n) { Unimplemented(); }
+ void preRegisterTerm(TNode n) { }
+ void registerTerm(TNode n) { }
void check(Effort e) {}
void propagate(Effort e) {}
- void explain(TNode n, Effort e) { Unimplemented(); }
+ void explain(TNode n, Effort e) { }
+ RewriteResponse postRewrite(TNode n, bool topLevel);
std::string identify() const { return std::string("TheoryBV"); }
};/* class TheoryBV */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback