summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/theory_quantifiers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/theory_quantifiers.h')
-rw-r--r--src/theory/quantifiers/theory_quantifiers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/quantifiers/theory_quantifiers.h b/src/theory/quantifiers/theory_quantifiers.h
index 05c3b9695..517786400 100644
--- a/src/theory/quantifiers/theory_quantifiers.h
+++ b/src/theory/quantifiers/theory_quantifiers.h
@@ -34,6 +34,8 @@ namespace theory {
namespace quantifiers {
class TheoryEngine;
+class ModelEngine;
+class InstantiationEngine;
class TheoryQuantifiers : public Theory {
private:
@@ -59,6 +61,7 @@ public:
void check(Effort e);
void propagate(Effort level);
Node getValue(TNode n);
+ void collectModelInfo( TheoryModel* m );
void shutdown() { }
std::string identify() const { return std::string("TheoryQuantifiers"); }
bool flipDecision();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback