summaryrefslogtreecommitdiff
path: root/src/options/sep_options
blob: fecf4401e614f1376376cf52cfd257f5936c167c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# 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

endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback