summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-07-18 01:51:28 +0200
committerGitHub <noreply@github.com>2018-07-18 01:51:28 +0200
commitb417642a83d1c4ebf6d2ba4182a95cdeec39e4d8 (patch)
treeff35293c20213f19915f1d4c5bc9ecf838d03241 /src/options/quantifiers_options.toml
parent75bbe18a3f8f7b814a7716574fd3619bf69ba85b (diff)
sygusComp2018: pbe multi-enumerator fairness option (#2178)
Diffstat (limited to 'src/options/quantifiers_options.toml')
-rw-r--r--src/options/quantifiers_options.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index bf514ada7..fa8f07dac 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1076,6 +1076,22 @@ header = "options/quantifiers_options.h"
help = "enable approach which unifies conditional solutions, specialized for programming-by-examples (pbe) conjectures"
[[option]]
+ name = "sygusPbeMultiFair"
+ category = "regular"
+ long = "sygus-pbe-multi-fair"
+ type = "bool"
+ default = "true"
+ help = "when using multiple enumerators, ensure that we only register value of minimial term size"
+
+[[option]]
+ name = "sygusPbeMultiFairDiff"
+ category = "regular"
+ long = "sygus-pbe-multi-fair-diff=N"
+ type = "int"
+ default = "0"
+ help = "when using multiple enumerators, ensure that we only register values of minimial term size plus this value (default 0)"
+
+[[option]]
name = "sygusEvalUnfold"
category = "regular"
long = "sygus-eval-unfold"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback