summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-02-27 13:58:45 -0600
committerGitHub <noreply@github.com>2018-02-27 13:58:45 -0600
commit0ab8cf84132ea19e6c7a37ab0d11398b2e16e654 (patch)
tree5702972ef9a6e5d5b9ccb30a50a8339fe9e3057a /src/options/quantifiers_options
parentcb8e3b305ecf83cde0380f9198fa6d3f795362cd (diff)
Improvements to sygus sampling (#1621)
Diffstat (limited to 'src/options/quantifiers_options')
-rw-r--r--src/options/quantifiers_options2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/quantifiers_options b/src/options/quantifiers_options
index e97f11db9..6552b9157 100644
--- a/src/options/quantifiers_options
+++ b/src/options/quantifiers_options
@@ -306,7 +306,7 @@ option sygusRewSynth --sygus-rr-synth bool :read-write :default false
use sygus to enumerate candidate rewrite rules via sampling
option sygusRewVerify --sygus-rr-verify bool :read-write :default false
use sygus to verify the correctness of rewrite rules via sampling
-option sygusSamples --sygus-samples=N int :read-write :default 100 :read-write
+option sygusSamples --sygus-samples=N int :read-write :default 1000 :read-write
number of points to consider when doing sygus rewriter sample testing
option sygusSampleGrammar --sygus-sample-grammar bool :default true
when applicable, use grammar for choosing sample points
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback