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 cde063584..5229400b5 100644
--- a/src/printer/printer.cpp
+++ b/src/printer/printer.cpp
@@ -39,6 +39,9 @@ Printer* Printer::makePrinter(OutputLanguage lang) throw() {
case LANG_SMTLIB_V2:
return new printer::smt2::Smt2Printer();
+ case LANG_TPTP: //TODO the printer
+ return new printer::smt2::Smt2Printer();
+
case LANG_CVC4:
return new printer::cvc::CvcPrinter();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback