summaryrefslogtreecommitdiff
path: root/src/util/result.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-03-16 11:37:53 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-03-16 11:38:09 -0500
commit966f38dc17ee316fdb069ec2a427c4f79f1f73b2 (patch)
tree1a1b60435daffa8b59eea589ef04c26b50f8a724 /src/util/result.cpp
parent594301e6f2893ebe9baba5083ff084933b1e9da9 (diff)
Parsing support for SMT LIB 2.6. Minor fixes for printing datatypes. Fix for mkGroundTerm for parametric datatypes. Minor change to run_regression to allow regressions to override input language. Minor refactoring to Cvc.g.
Diffstat (limited to 'src/util/result.cpp')
-rw-r--r--src/util/result.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/result.cpp b/src/util/result.cpp
index af28269f1..c23813a51 100644
--- a/src/util/result.cpp
+++ b/src/util/result.cpp
@@ -351,6 +351,7 @@ void Result::toStream(std::ostream& out, OutputLanguage language) const {
switch (language) {
case language::output::LANG_SMTLIB_V2_0:
case language::output::LANG_SMTLIB_V2_5:
+ case language::output::LANG_SMTLIB_V2_6:
case language::output::LANG_SYGUS:
case language::output::LANG_Z3STR:
toStreamSmt2(out);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback