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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/model_engine.h b/src/theory/quantifiers/model_engine.h
index a292eb5f8..7a5954e5c 100644
--- a/src/theory/quantifiers/model_engine.h
+++ b/src/theory/quantifiers/model_engine.h
@@ -47,6 +47,7 @@ private:
bool optOneInstPerQuantRound();
bool optUseRelevantDomain();
bool optOneQuantPerRound();
+ bool optExhInstEvalSkipMultiple();
private:
//initialize quantifiers, return number of lemmas produced
int initializeQuantifier( Node f );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback