summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-07-21 23:50:57 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2018-07-21 21:50:57 -0700
commit17d0499e11cc40e795a1a13ffa7b24f585372d9e (patch)
tree627a591bba66899501c3c1b22eb9fe05ca45e240 /src/options
parent0d12fcbb5f1c047f951a69aa6ef4ae127f499312 (diff)
sygusComp2018: Improvements to CEGIS loop (#2187)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/quantifiers_options.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 8c7414fa7..3c0438d95 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1145,6 +1145,14 @@ header = "options/quantifiers_options.h"
help = "enumerate a stream of solutions instead of terminating after the first one"
[[option]]
+ name = "sygusVerifySubcall"
+ category = "regular"
+ long = "sygus-verify-subcall"
+ type = "bool"
+ default = "true"
+ help = "use separate copy of the SMT solver for verification lemmas in sygus"
+
+[[option]]
name = "sygusExtRew"
category = "regular"
long = "sygus-ext-rew"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback