summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/fmf/model_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/fmf/model_engine.h')
-rw-r--r--src/theory/quantifiers/fmf/model_engine.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/quantifiers/fmf/model_engine.h b/src/theory/quantifiers/fmf/model_engine.h
index 6d9d3bfe3..5616eaf5e 100644
--- a/src/theory/quantifiers/fmf/model_engine.h
+++ b/src/theory/quantifiers/fmf/model_engine.h
@@ -43,8 +43,9 @@ private:
int d_triedLemmas;
int d_totalLemmas;
public:
- ModelEngine( context::Context* c, QuantifiersEngine* qe );
- virtual ~ModelEngine();
+ ModelEngine(QuantifiersEngine* qe, QuantifiersState& qs);
+ virtual ~ModelEngine();
+
public:
bool needsCheck(Theory::Effort e) override;
QEffort needsModel(Theory::Effort e) override;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback