summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-09-03 17:23:04 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-09-03 17:23:04 +0200
commitec2a8ad5e5be550f4f0c5c3be92ee20bf2977efa (patch)
tree6df6b309d0e85a2ab56a293c1849be8b2988044e /src/theory/quantifiers/options
parent83f91b92090ef0231156560f337affc6e5c2a33f (diff)
Implement and enable --dt-var-exp-quant, cleanup trace messages, minor changes for relevant term filtering.
Diffstat (limited to 'src/theory/quantifiers/options')
-rw-r--r--src/theory/quantifiers/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options
index aa68aefcc..d30e5de4a 100644
--- a/src/theory/quantifiers/options
+++ b/src/theory/quantifiers/options
@@ -26,7 +26,7 @@ option prenexQuant /--disable-prenex-quant bool :default true
# forall y. P( c, y )
option varElimQuant /--disable-var-elim-quant bool :default true
disable simple variable elimination for quantified formulas
-option dtVarExpandQuant --dt-var-exp-quant bool :default false
+option dtVarExpandQuant --dt-var-exp-quant bool :default true
expand datatype variables bound to one constructor in quantifiers
option simpleIteLiftQuant /--disable-ite-lift-quant bool :default true
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback