summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-02-25 10:10:47 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2016-02-25 10:10:47 -0600
commita1135ca591276f6d02b3632bc77a3934ded2d2af (patch)
treefa45a24bc072970abd71f59967a4dd759d2be0d2 /src/options/quantifiers_options
parentbab37658aa27ee455e3928c66db49c1bb3224e3b (diff)
Minor improvement to partial qe. Add options for representative selection in FMF.
Diffstat (limited to 'src/options/quantifiers_options')
-rw-r--r--src/options/quantifiers_options4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/quantifiers_options b/src/options/quantifiers_options
index cba1423a0..58367f2e2 100644
--- a/src/options/quantifiers_options
+++ b/src/options/quantifiers_options
@@ -100,8 +100,8 @@ option instMaxLevel --inst-max-level=N int :read-write :default -1
maximum inst level of terms used to instantiate quantified formulas with (-1 == no limit, default)
option instLevelInputOnly --inst-level-input-only bool :default true
only input terms are assigned instantiation level zero
-option internalReps --quant-internal-reps bool :default true
- instantiate with representatives chosen by quantifiers engine
+option quantRepMode --quant-rep-mode=MODE CVC4::theory::quantifiers::QuantRepMode :default CVC4::theory::quantifiers::QUANT_REP_MODE_FIRST :read-write :include "options/quantifiers_modes.h" :handler stringToQuantRepMode
+ selection mode for representatives in quantifiers engine
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