summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-08 08:13:05 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-08 08:13:05 -0500
commitce831651caf58c1005fd3ebfdd2b75923d594328 (patch)
tree8787737dde71b80722bbf39718c38e739596d9fd /src/theory/quantifiers/options
parent2ca4e063ca007851ebf73ccb2ac6b7c85e73133d (diff)
Fixes to quantifiers rewriter to prevent miniscoping nested quantifiers. Minor fixes to ambqi. Preparation for CASC proof output. Add NNF option.
Diffstat (limited to 'src/theory/quantifiers/options')
-rw-r--r--src/theory/quantifiers/options3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options
index 10c538dd9..38db10feb 100644
--- a/src/theory/quantifiers/options
+++ b/src/theory/quantifiers/options
@@ -33,6 +33,9 @@ option simpleIteLiftQuant /--disable-ite-lift-quant bool :default true
# Whether to CNF quantifier bodies
option cnfQuant --cnf-quant bool :default false
apply CNF conversion to quantified formulas
+# Whether to NNF quantifier bodies
+option nnfQuant --nnf-quant bool :default false
+ apply NNF conversion to quantified formulas
option clauseSplit --clause-split bool :default false
apply clause splitting to quantified formulas
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback