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 a8e2534dc..242638f82 100644
--- a/src/printer/printer.cpp
+++ b/src/printer/printer.cpp
@@ -55,6 +55,9 @@ Printer* Printer::makePrinter(OutputLanguage lang) throw() {
case LANG_Z3STR:
return new printer::smt2::Smt2Printer(printer::smt2::z3str_variant);
+ case LANG_SYGUS:
+ return new printer::smt2::Smt2Printer(printer::smt2::sygus_variant);
+
case LANG_AST:
return new printer::ast::AstPrinter();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback