summaryrefslogtreecommitdiff
path: root/src/parser/smt1/smt1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt1/smt1.h')
-rw-r--r--src/parser/smt1/smt1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parser/smt1/smt1.h b/src/parser/smt1/smt1.h
index d6961371a..f96a4e810 100644
--- a/src/parser/smt1/smt1.h
+++ b/src/parser/smt1/smt1.h
@@ -3,7 +3,7 @@
** \verbatim
** Original author: Morgan Deters
** Major contributors: Christopher L. Conway
- ** Minor contributors (to current version): Clark Barrett
+ ** Minor contributors (to current version): Clark Barrett, Tianyi Liang
** This file is part of the CVC4 project.
** Copyright (c) 2009-2013 New York University and The University of Iowa
** See the file COPYING in the top-level source directory for licensing
@@ -52,6 +52,7 @@ public:
QF_NIA,
QF_NRA,
QF_RDL,
+ QF_S, // nonstandard (for string theory)
QF_SAT,
QF_UF,
QF_UFIDL,
@@ -82,6 +83,7 @@ public:
THEORY_INT_INT_REAL_ARRAY_ARRAYS_EX,
THEORY_REALS,
THEORY_REALS_INTS,
+ THEORY_STRINGS,
THEORY_QUANTIFIERS
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback