summaryrefslogtreecommitdiff
path: root/test/unit/prop
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-10-03 17:59:33 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-10-03 17:59:33 +0000
commitf0547f8a6fe9cecefde8b1d0c3dc8fcf50219c6b (patch)
treea2afaaa295c8964408dd7c53127df61527e00d90 /test/unit/prop
parentb8a010d260c90efa5433a71dd317a03f051c2592 (diff)
adding ::getBooleanVariables to the PropEngine
you can get the Boolean variables in the TheoryEngine now by using d_propEngine->getBooleanVariables
Diffstat (limited to 'test/unit/prop')
-rw-r--r--test/unit/prop/cnf_stream_white.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/prop/cnf_stream_white.h b/test/unit/prop/cnf_stream_white.h
index 81f108fb2..f5f52d90e 100644
--- a/test/unit/prop/cnf_stream_white.h
+++ b/test/unit/prop/cnf_stream_white.h
@@ -156,7 +156,7 @@ class CnfStreamWhite : public CxxTest::TestSuite {
d_theoryEngine = d_smt->d_theoryEngine;
d_satSolver = new FakeSatSolver();
- d_cnfStream = new CVC4::prop::TseitinCnfStream(d_satSolver, new theory::TheoryRegistrar(d_theoryEngine));
+ d_cnfStream = new CVC4::prop::TseitinCnfStream(d_satSolver, new theory::TheoryRegistrar(d_theoryEngine), new context::Context());
}
void tearDown() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback