summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-01-20 14:23:04 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-01-20 14:23:04 +0100
commita50f977b02c5653e03d4f3d9d8c7df1f9e2be48e (patch)
tree9e8c569a9250c6c8c7eb7826539e63ae414133d9 /src/theory/quantifiers/options
parent9e5b1fd1083c1c82d5bbc61a4a316211db629c43 (diff)
Mark datatypes as sygus. Add option to normalize sygus terms in search. Add sygus regressions.
Diffstat (limited to 'src/theory/quantifiers/options')
-rw-r--r--src/theory/quantifiers/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options
index fc59b22b7..ad1508716 100644
--- a/src/theory/quantifiers/options
+++ b/src/theory/quantifiers/options
@@ -200,6 +200,8 @@ option sygusMinGrammar --sygus-min-grammar bool :default false
minimize sygus grammars
option sygusDecompose --sygus-decompose bool :default false
decompose single invocation synthesis conjectures
+option sygusNormalForm --sygus-normal-form bool :default true
+ only search for sygus builtin terms that are in normal form
option localTheoryExt --local-t-ext bool :default false
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback