summaryrefslogtreecommitdiff
path: root/src/parser/smt/smt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt/smt.h')
-rw-r--r--src/parser/smt/smt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parser/smt/smt.h b/src/parser/smt/smt.h
index 34ec624bc..d77808930 100644
--- a/src/parser/smt/smt.h
+++ b/src/parser/smt/smt.h
@@ -65,7 +65,9 @@ public:
QF_UFNIRA, // nonstandard
QF_UFNRA,
UFLRA,
- UFNIA
+ UFNIA,
+ QF_ALL_SUPPORTED, // nonstandard
+ ALL_SUPPORTED // nonstandard
};
enum Theory {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback