summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-05-10 19:44:58 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-05-10 19:44:58 +0200
commita0cb1add6db449c64c6ca63bc219761c8bc4a4de (patch)
treec4072771a8674ada219c544f9b01e7d288088ce6 /src/theory/quantifiers/options
parent57ddd8117fb4fd38912e3baac31d22d355f91e6b (diff)
Minor improvements to infrastructure. Minor changes to default options. Add tff script. Minor additions to sygus.
Diffstat (limited to 'src/theory/quantifiers/options')
-rw-r--r--src/theory/quantifiers/options4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options
index a529e37d0..4541c3d8a 100644
--- a/src/theory/quantifiers/options
+++ b/src/theory/quantifiers/options
@@ -166,7 +166,7 @@ option instNoEntail --inst-no-entail bool :read-write :default true
### rewrite rules options
-option quantRewriteRules --rewrite-rules bool :default true
+option quantRewriteRules --rewrite-rules bool :default false
use rewrite rules module
option rrOneInstPerRound --rr-one-inst-per-round bool :default false
add one instance of rewrite rule per round
@@ -207,6 +207,8 @@ option cegqiSingleInv --cegqi-si bool :default false
process single invocation synthesis conjectures
option cegqiSingleInvReconstruct --cegqi-si-reconstruct bool :default true
reconstruct solutions for single invocation conjectures in original grammar
+option cegqiSingleInvReconstructConst --cegqi-si-reconstruct-const bool :default true
+ include constants when reconstruct solutions for single invocation conjectures in original grammar
option cegqiSingleInvAbort --cegqi-si-abort bool :default false
abort if our synthesis conjecture is not single invocation
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback