summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-02-01 12:13:54 -0600
committerGitHub <noreply@github.com>2018-02-01 12:13:54 -0600
commitdbd1797f64216ba9eb598579de27cc45814e1db4 (patch)
treeda47015c59c728ada2b7034900267609a00ecb12 /src/options/quantifiers_options
parent2e4eba43ffa4dd938b7e1153cc42216a42e8ce04 (diff)
Use sygus to synthesize/verify rewrite rules (#1547)
Diffstat (limited to 'src/options/quantifiers_options')
-rw-r--r--src/options/quantifiers_options10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/options/quantifiers_options b/src/options/quantifiers_options
index c6eb1cd5e..9d717c0ba 100644
--- a/src/options/quantifiers_options
+++ b/src/options/quantifiers_options
@@ -295,9 +295,17 @@ option sygusCRefEval --sygus-cref-eval bool :default true
option sygusCRefEvalMinExp --sygus-cref-eval-min-exp bool :default true
use min explain for direct evaluation of refinement lemmas for conflict analysis
-option sygusStream --sygus-stream bool :default false
+option sygusStream --sygus-stream bool :read-write :default false
enumerate a stream of solutions instead of terminating after the first one
+# internal uses of sygus
+option sygusRewSynth --sygus-rr-synth bool :default false
+ use sygus to enumerate candidate rewrite rules via sampling
+option sygusRewVerify --sygus-rr-verify bool :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
+ number of points to consider when doing sygus rewriter sample testing
+
# CEGQI applied to general quantified formulas
option cbqi --cbqi bool :read-write :default false
turns on counterexample-based quantifier instantiation
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback