summaryrefslogtreecommitdiff
path: root/src/printer/printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/printer.cpp')
-rw-r--r--src/printer/printer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/printer/printer.cpp b/src/printer/printer.cpp
index c715312c1..a8a84c06f 100644
--- a/src/printer/printer.cpp
+++ b/src/printer/printer.cpp
@@ -43,6 +43,9 @@ Printer* Printer::makePrinter(OutputLanguage lang) throw() {
case LANG_SMTLIB_V2_5:
return new printer::smt2::Smt2Printer();
+
+ case LANG_SMTLIB_V2_6:
+ return new printer::smt2::Smt2Printer(printer::smt2::smt2_6_variant);
case LANG_TPTP:
return new printer::tptp::TptpPrinter();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback