summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-04-17 15:34:16 -0400
committerlianah <lianahady@gmail.com>2013-04-30 15:54:24 -0400
commitd312565a63e38ad42af1ca1c5d8fb1f49eda8929 (patch)
tree2b91ebee542ec7026d4ada260d9e3793f8736430 /src/theory/theory_engine.h
parentcf99724618884765ce692cec8916d80607de4026 (diff)
innd examples are solved fast, but destruction assertion fail
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 6d355ccce..c21819ea1 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -753,7 +753,7 @@ private:
theory::bv::BvToBoolPreprocessor d_bvToBoolPreprocessor;
public:
- void ppBvToBool(const std::vector<Node>& assertions, std::vector<Node> new_assertions);
+ void ppBvToBool(const std::vector<Node>& 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