summaryrefslogtreecommitdiff
path: root/src/parser/smt2/smt2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt2/smt2.cpp')
-rw-r--r--src/parser/smt2/smt2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser/smt2/smt2.cpp b/src/parser/smt2/smt2.cpp
index 549878e46..6fe55e50e 100644
--- a/src/parser/smt2/smt2.cpp
+++ b/src/parser/smt2/smt2.cpp
@@ -52,6 +52,7 @@ void Smt2::addTheory(Theory theory) {
defineVar("true", getExprManager()->mkConst(true));
defineVar("false", getExprManager()->mkConst(false));
addOperator(kind::AND);
+ addOperator(kind::DISTINCT);
addOperator(kind::EQUAL);
addOperator(kind::IFF);
addOperator(kind::IMPLIES);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback