summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-01-16 12:38:08 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-01-16 12:38:08 +0100
commitcb54542531904204fc147015469d54c6750ab73b (patch)
treefa29a40d7a2761101bf2ce415e9682a9c238db6e /src/theory/quantifiers/options
parent338ec2ee86e16423b265ba9bfc036606223f846f (diff)
Allow uninterpreted/defined functions in Sygus grammars. Fix bug regarding declare-var vs synth-fun arguments. Handle ground properties in sythesis conjectures.
Diffstat (limited to 'src/theory/quantifiers/options')
-rw-r--r--src/theory/quantifiers/options4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options
index e04e76835..fc59b22b7 100644
--- a/src/theory/quantifiers/options
+++ b/src/theory/quantifiers/options
@@ -196,6 +196,10 @@ option ceGuidedInst --cegqi bool :default false :read-write
counterexample-guided quantifier instantiation
option ceGuidedInstFair --cegqi-fair=MODE CVC4::theory::quantifiers::CegqiFairMode :default CVC4::theory::quantifiers::CEGQI_FAIR_DT_SIZE :include "theory/quantifiers/modes.h" :handler CVC4::theory::quantifiers::stringToCegqiFairMode :handler-include "theory/quantifiers/options_handlers.h"
if and how to apply fairness for cegqi
+option sygusMinGrammar --sygus-min-grammar bool :default false
+ minimize sygus grammars
+option sygusDecompose --sygus-decompose bool :default false
+ decompose single invocation synthesis conjectures
option localTheoryExt --local-t-ext bool :default false
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback