summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-09 14:14:09 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-09 14:14:09 -0500
commita97944b850f201fd692aa870e830b8fa0369c541 (patch)
tree7f4ff2086c236b2041ea3546cd82f1af0ba997bc /src/options
parenta3a436b7b52eee9b6b5c93d58fb84e707b5e832b (diff)
Support for separation logic + EPR. Refactor preprocessing of sep.nil, only allow sep disequal card constants when type is monotonic. Update logics on sep regressions.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/quantifiers_options2
-rw-r--r--src/options/sep_options2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/options/quantifiers_options b/src/options/quantifiers_options
index 462995bec..606e33d75 100644
--- a/src/options/quantifiers_options
+++ b/src/options/quantifiers_options
@@ -310,7 +310,7 @@ option cbqiInnermost --cbqi-innermost bool :read-write :default true
option cbqiNestedQE --cbqi-nested-qe bool :default false
process nested quantified formulas with quantifier elimination in counterexample-based quantifier instantiation
-option quantEpr --quant-epr bool :default false
+option quantEpr --quant-epr bool :default false :read-write
infer whether in effectively propositional fragment, use for cbqi
### local theory extensions options
diff --git a/src/options/sep_options b/src/options/sep_options
index 043355bda..fecf4401e 100644
--- a/src/options/sep_options
+++ b/src/options/sep_options
@@ -12,8 +12,6 @@ option sepExp --sep-exp bool :default false
experimental flag for sep
option sepMinimalRefine --sep-min-refine bool :default false
only add refinement lemmas for minimal (innermost) assertions
-option sepPreciseBound --sep-prec-bound bool :default false
- calculate precise bounds for labels
option sepDisequalC --sep-deq-c bool :default true
assume cardinality elements are distinct
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback