summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/model_engine.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-10-03 23:04:08 +0000
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-10-03 23:04:08 +0000
commit5c4debb1893109a4d4a2feacd910d3778aeca8f4 (patch)
tree306d89c81cc3dfeca8509aeff897c6edbd7d53c5 /src/theory/quantifiers/model_engine.h
parentc7d04993e8d73105d091e0b732ddb63131b431a3 (diff)
minor fix for mbqi in finite model finding
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