summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/model_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/model_engine.h')
-rw-r--r--src/theory/quantifiers/model_engine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/quantifiers/model_engine.h b/src/theory/quantifiers/model_engine.h
index 97aa085ed..0f0ab4fe7 100644
--- a/src/theory/quantifiers/model_engine.h
+++ b/src/theory/quantifiers/model_engine.h
@@ -20,7 +20,6 @@
#include "theory/quantifiers_engine.h"
#include "theory/quantifiers/model_builder.h"
#include "theory/model.h"
-#include "theory/quantifiers/relevant_domain.h"
#include "theory/quantifiers/full_model_check.h"
namespace CVC4 {
@@ -34,8 +33,6 @@ private:
/** builder class */
QModelBuilder* d_builder;
private: //analysis of current model:
- //relevant domain
- RelevantDomain d_rel_domain;
//is the exhaustive instantiation incomplete?
bool d_incomplete_check;
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback