summaryrefslogtreecommitdiff
path: root/src/options/sep_options.toml
blob: e19790d7bf6259d756d34a9180dd9b8bca76fc52 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
id     = "SEP"
name   = "Sep"
header = "options/sep_options.h"

[[option]]
  name       = "sepCheckNeg"
  category   = "regular"
  long       = "sep-check-neg"
  type       = "bool"
  default    = "true"
  read_only  = true
  help       = "check negated spatial assertions"

[[option]]
  name       = "sepExp"
  category   = "regular"
  long       = "sep-exp"
  type       = "bool"
  default    = "false"
  read_only  = true
  help       = "experimental flag for sep"

[[option]]
  name       = "sepMinimalRefine"
  category   = "regular"
  long       = "sep-min-refine"
  type       = "bool"
  default    = "false"
  read_only  = true
  help       = "only add refinement lemmas for minimal (innermost) assertions"

[[option]]
  name       = "sepDisequalC"
  category   = "regular"
  long       = "sep-deq-c"
  type       = "bool"
  default    = "true"
  read_only  = true
  help       = "assume cardinality elements are distinct"

[[option]]
  name       = "sepPreSkolemEmp"
  category   = "regular"
  long       = "sep-pre-skolem-emp"
  type       = "bool"
  default    = "false"
  read_only  = true
  help       = "eliminate emp constraint at preprocess time"

[[option]]
  name       = "sepChildRefine"
  category   = "regular"
  long       = "sep-child-refine"
  type       = "bool"
  default    = "false"
  read_only  = true
  help       = "child-specific refinements of negated star, positive wand"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback