From 61415ee2c5659893055f71d84a38eab8701dc47a Mon Sep 17 00:00:00 2001 From: ajreynol Date: Fri, 12 Jun 2015 16:32:32 +0200 Subject: Make sygus an output language. Parse declare-fun in sygus. Minor improvements to robustness of sygus parsing. --- src/main/driver_unified.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/driver_unified.cpp') diff --git a/src/main/driver_unified.cpp b/src/main/driver_unified.cpp index 9178e9289..653eaca8f 100644 --- a/src/main/driver_unified.cpp +++ b/src/main/driver_unified.cpp @@ -203,7 +203,7 @@ int runCvc4(int argc, char* argv[], Options& opts) { || (len >= 3 && !strcmp(".sl", filename + len - 3))) { opts.set(options::inputLanguage, language::input::LANG_SYGUS); //since there is no sygus output language, set this to SMT lib 2 - opts.set(options::outputLanguage, language::output::LANG_SMTLIB_V2_0); + //opts.set(options::outputLanguage, language::output::LANG_SMTLIB_V2_0); } } } -- cgit v1.2.3