summaryrefslogtreecommitdiff
path: root/src/main/driver_unified.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-06-12 16:32:32 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-06-12 16:32:32 +0200
commit61415ee2c5659893055f71d84a38eab8701dc47a (patch)
treeca7c2f9c5f0dc846dd91d6f96d569855eeee531e /src/main/driver_unified.cpp
parentad0863ae8333c4dcd950153e0db8cd4565a250b3 (diff)
Make sygus an output language. Parse declare-fun in sygus. Minor improvements to robustness of sygus parsing.
Diffstat (limited to 'src/main/driver_unified.cpp')
-rw-r--r--src/main/driver_unified.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback