summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-01-03 09:35:27 -0600
committerGitHub <noreply@github.com>2018-01-03 09:35:27 -0600
commit1a11e8a71812d1abbf3fb13230c233d741c81fd1 (patch)
tree81be35f5bd356ca6b234ef49e62e966e062eec24 /src/options
parente75a0d05db7133a90ec1fc4b9178c324e910b799 (diff)
Global negate (#1466)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/quantifiers_options2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options/quantifiers_options b/src/options/quantifiers_options
index 27671fd82..2166f0add 100644
--- a/src/options/quantifiers_options
+++ b/src/options/quantifiers_options
@@ -58,6 +58,8 @@ option elimExtArithQuant --elim-ext-arith-quant bool :read-write :default true
eliminate extended arithmetic symbols in quantified formulas
option condRewriteQuant --cond-rewrite-quant bool :default true
conditional rewriting of quantified formulas
+option globalNegate --global-negate bool :read-write :default false
+ do global negation of input formula
#### E-matching options
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback