summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-04-16 10:57:04 -0400
committerlianah <lianahady@gmail.com>2013-04-30 15:54:24 -0400
commit95a876e4931b94ab97ff40988ce23e34a046387d (patch)
tree432749f30643cf5c2cfeaf441130b35c57c3497b /src/theory/theory_engine.h
parent6a86536bd25fc7ffa305f25990cf37b8c6566c52 (diff)
uncompiling new bv to bool lifting
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index 324b952b0..d581aeda2 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -753,7 +753,7 @@ private:
theory::bv::BvToBoolPreprocessor d_bvToBoolPreprocessor;
public:
- Node ppBvToBool(TNode assertion);
+ void ppBvToBool(const std::vector<TNode>& assertions, std::vector<Node> new_assertions);
Node ppSimpITE(TNode assertion);
void ppUnconstrainedSimp(std::vector<Node>& assertions);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback