summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-11-16 16:38:50 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2014-11-16 16:38:50 +0100
commitd8da3b13bc9df7750723cf3da38edc8cb6f67d3d (patch)
tree5eaf5af8346b95c84d41c0feb1e14864c02bf035 /src/theory/quantifiers/options
parent83c0e6c14955e04b3dca56037508e4ceb6691f10 (diff)
Add term db mode. Minor changes to quantifiers rewriter: split ITE's where equality resolution is possible on condition, pull nested quantifiers from ITE branches. Minor cleanup.
Diffstat (limited to 'src/theory/quantifiers/options')
-rw-r--r--src/theory/quantifiers/options4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options
index 97a43a96d..f4f1bcd86 100644
--- a/src/theory/quantifiers/options
+++ b/src/theory/quantifiers/options
@@ -29,6 +29,8 @@ option varElimQuant /--disable-var-elim-quant bool :default true
option dtVarExpandQuant --dt-var-exp-quant bool :default true
expand datatype variables bound to one constructor in quantifiers
+option iteCondVarSplitQuant --ite-cond-var-split-quant bool :default true
+ split variables occurring as conditions of ITE in quantifiers
option simpleIteLiftQuant /--disable-ite-lift-quant bool :default true
disable simple ite lifting for quantified formulas
@@ -57,6 +59,8 @@ option macrosQuant --macros-quant bool :default false
option foPropQuant --fo-prop-quant bool :default false
perform first-order propagation on quantifiers
+option termDbMode --term-db-mode CVC4::theory::quantifiers::TermDbMode :default CVC4::theory::quantifiers::TERM_DB_ALL :read-write :include "theory/quantifiers/modes.h" :handler CVC4::theory::quantifiers::stringToTermDbMode :handler-include "theory/quantifiers/options_handlers.h"
+ which ground terms to consider for instantiation
# Whether to use smart triggers
option smartTriggers /--disable-smart-triggers bool :default true
disable smart triggers
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback