summaryrefslogtreecommitdiff
path: root/src/options/sep_options
blob: ba10cdefba02e3b9edfc4ef7cc2cceccb66556c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Option specification file for CVC4
# See src/options/base_options for a description of this file format
#

module SEP "options/sep_options.h" Sep

option sepCheckNeg --sep-check-neg bool :default true
 check negated spatial assertions

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 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