summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-17 14:09:46 -0500
committerHaniel Barbosa <hanielbbarbosa@gmail.com>2018-05-17 14:09:46 -0500
commit19cf50fcb832b01bb119dc1cfc31884e4e864f06 (patch)
tree2c9c0f41307ab5d62df39102571935bd2ea5fff1 /src/options
parent19ab3936ef46e93a98a142e0c454659ecc1d1e27 (diff)
Cegis-specific infrastructure (#1933)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/quantifiers_options.toml23
1 files changed, 7 insertions, 16 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 715b0c286..691b2fef4 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1058,42 +1058,33 @@ header = "options/quantifiers_options.h"
help = "enable approach which unifies conditional solutions, specialized for programming-by-examples (pbe) conjectures"
[[option]]
- name = "sygusDirectEval"
+ name = "sygusEvalUnfold"
category = "regular"
- long = "sygus-direct-eval"
+ long = "sygus-eval-unfold"
type = "bool"
default = "true"
read_only = true
- help = "direct unfolding of evaluation functions"
+ help = "do unfolding of sygus evaluation functions"
[[option]]
- name = "sygusUnfoldBool"
+ name = "sygusEvalUnfoldBool"
category = "regular"
- long = "sygus-unfold-bool"
+ long = "sygus-eval-unfold-bool"
type = "bool"
default = "true"
read_only = true
help = "do unfolding of Boolean evaluation functions that appear in refinement lemmas"
[[option]]
- name = "sygusCRefEval"
+ name = "sygusRefEval"
category = "regular"
- long = "sygus-cref-eval"
+ long = "sygus-ref-eval"
type = "bool"
default = "true"
read_only = true
help = "direct evaluation of refinement lemmas for conflict analysis"
[[option]]
- name = "sygusCRefEvalMinExp"
- category = "regular"
- long = "sygus-cref-eval-min-exp"
- type = "bool"
- default = "true"
- read_only = true
- help = "use min explain for direct evaluation of refinement lemmas for conflict analysis"
-
-[[option]]
name = "sygusStream"
category = "regular"
long = "sygus-stream"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback