summaryrefslogtreecommitdiff
path: root/src/options/sep_options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-11-08 10:09:53 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2016-11-08 10:10:08 -0600
commit2f2e9fcf1fbb27f8e799aeac2372c0a9113f01aa (patch)
tree960adfe7c475b1d5c54dbb4c43b035ee6c740151 /src/options/sep_options
parent1f9f7a3bd665575fd25f0fe93547ee0564cc18c9 (diff)
Add a few options to separation logic and sets. Minor changes to separation logic, change syntax for empty heap constraint.
Diffstat (limited to 'src/options/sep_options')
-rw-r--r--src/options/sep_options6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/options/sep_options b/src/options/sep_options
index fecf4401e..ba10cdefb 100644
--- a/src/options/sep_options
+++ b/src/options/sep_options
@@ -15,4 +15,10 @@ option sepMinimalRefine --sep-min-refine bool :default false
option sepDisequalC --sep-deq-c bool :default true
assume cardinality elements are distinct
+option sepPreSkolemEmp --sep-pre-skolem-emp bool :default false
+ eliminate emp constraint at preprocess time
+
+option sepChildRefine --sep-child-refine bool :default false
+ child-specific refinements of negated star, positive wand
+
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback