summaryrefslogtreecommitdiff
path: root/src/theory/booleans/theory_bool.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-07-12 18:30:15 +0000
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-07-12 18:30:15 +0000
commit65798541fa437278cde0c759ab70fd9fa4fe9638 (patch)
tree27341327b8159e58a5ce6371bede6129bf67beb3 /src/theory/booleans/theory_bool.h
parent78d8b3ce56a1fd243acb54d2aaaf6d716e3b9788 (diff)
merged fmf-devel branch, includes support for SMT2 command get-value and (extended) SMT command get-model. added collectModelInfo and removed getValue from theory interface. merge also includes major updates to finite model finding module (from CASC), added fmf options, some updates to strong solver and quantifiers engine interface. The test recursion_breaker_black currently fails for me on production builds, Morgan is planning to look into this.
Diffstat (limited to 'src/theory/booleans/theory_bool.h')
-rw-r--r--src/theory/booleans/theory_bool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/booleans/theory_bool.h b/src/theory/booleans/theory_bool.h
index 40783a6ce..827b0ff57 100644
--- a/src/theory/booleans/theory_bool.h
+++ b/src/theory/booleans/theory_bool.h
@@ -23,6 +23,7 @@
#include "theory/theory.h"
#include "context/context.h"
+#include "theory/model.h"
namespace CVC4 {
namespace theory {
@@ -34,7 +35,7 @@ public:
Theory(THEORY_BOOL, c, u, out, valuation, logicInfo, qe) {
}
- Node getValue(TNode n);
+ void collectModelInfo( TheoryModel* m );
PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback