summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_modes.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-10-09 16:54:58 -0500
committerGitHub <noreply@github.com>2018-10-09 16:54:58 -0500
commit9168f325706e61bb12fec71cd375647e2102f8d3 (patch)
treeaa5129a48322e43ae0f5faa9ade2decbd7091df0 /src/options/quantifiers_modes.h
parent90ffa8b4eb26af9060e57be7fe5d6008717d3ce6 (diff)
Support for basic actively-generated enumerators (#2606)
Diffstat (limited to 'src/options/quantifiers_modes.h')
-rw-r--r--src/options/quantifiers_modes.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/options/quantifiers_modes.h b/src/options/quantifiers_modes.h
index 1fd29340d..42ab7bc06 100644
--- a/src/options/quantifiers_modes.h
+++ b/src/options/quantifiers_modes.h
@@ -262,6 +262,16 @@ enum SygusInvTemplMode {
SYGUS_INV_TEMPL_MODE_POST,
};
+enum SygusActiveGenMode
+{
+ /** do not use actively-generated enumerators */
+ SYGUS_ACTIVE_GEN_NONE,
+ /** use basic actively-generated enumerators */
+ SYGUS_ACTIVE_GEN_BASIC,
+ /** use variable-agnostic enumerators */
+ SYGUS_ACTIVE_GEN_VAR_AGNOSTIC,
+};
+
enum MacrosQuantMode {
/** infer all definitions */
MACROS_QUANT_MODE_ALL,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback