summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-04-24 03:35:08 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-04-24 03:35:08 -0500
commitbd3a86055008e692ac4e5e6fa5dfce9e78660d8a (patch)
tree59950b0d965b84bc55158013bbddaabbd1be05df /src/theory/quantifiers
parent766859010a5ca2cc94ffe69908dfe2606df2af28 (diff)
Add --inst-max-level=N option for Kshitij. Support define-const command in Smt2.
Diffstat (limited to 'src/theory/quantifiers')
-rw-r--r--src/theory/quantifiers/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options
index 32e65438e..e733764f0 100644
--- a/src/theory/quantifiers/options
+++ b/src/theory/quantifiers/options
@@ -67,6 +67,8 @@ option registerQuantBodyTerms --register-quant-body-terms bool :default false
option instWhenMode --inst-when=MODE CVC4::theory::quantifiers::InstWhenMode :default CVC4::theory::quantifiers::INST_WHEN_FULL :read-write :include "theory/quantifiers/modes.h" :handler CVC4::theory::quantifiers::stringToInstWhenMode :handler-include "theory/quantifiers/options_handlers.h" :predicate CVC4::theory::quantifiers::checkInstWhenMode :predicate-include "theory/quantifiers/options_handlers.h"
when to apply instantiation
+option instMaxLevel --inst-max-level=N int :default -1
+ maximum inst level of terms used to instantiate quantified formulas with (-1 == no limit, default)
option eagerInstQuant --eager-inst-quant bool :default false
apply quantifier instantiation eagerly
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback