summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-13 21:48:25 -0500
committerGitHub <noreply@github.com>2018-09-13 21:48:25 -0500
commit4a9a0dcb8b06e3fc917b642426140b044a64facd (patch)
treeaf90c7520f3dce3046f2d5fcd597fe8de76f41f0 /src/options/quantifiers_options.toml
parenteb7f6bf4eb7a84ce0e9c2f6578ce76ecab88d020 (diff)
Generalize CandidateRewriteDatabase to ExprMiner (#2340)
Diffstat (limited to 'src/options/quantifiers_options.toml')
-rw-r--r--src/options/quantifiers_options.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index a4fca6d3c..7b58f955a 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1306,11 +1306,11 @@ header = "options/quantifiers_options.h"
help = "use satisfiability check to verify correctness of candidate rewrites"
[[option]]
- name = "sygusRewSynthCheckTimeout"
+ name = "sygusExprMinerCheckTimeout"
category = "regular"
- long = "sygus-rr-synth-check-timeout=N"
+ long = "sygus-expr-miner-check-timeout=N"
type = "unsigned long"
- help = "timeout (in milliseconds) for the satisfiability check to verify correctness of candidate rewrites"
+ help = "timeout (in milliseconds) for satisfiability checks in expression miners"
# CEGQI applied to general quantified formulas
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback