diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2012-10-24 15:00:31 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2012-10-24 15:00:31 +0000 |
commit | adf4ee6671f790c7f9ca9301dce27cb903a50ca4 (patch) | |
tree | f6cae91bac40ef5a74c0baad1a5559536ba3227e /lib/Core/Executor.h | |
parent | 30db83cfba2070f0693eef39c16b3c52432a22bb (diff) | |
download | klee-adf4ee6671f790c7f9ca9301dce27cb903a50ca4.tar.gz |
Patch by Dan Liew: "Added support for generating .smt2 files when
writing out test cases (option --write-smt2s) in KLEE." git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@166568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r-- | lib/Core/Executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index f0c9f576..c86fe6ab 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -456,7 +456,7 @@ public: virtual void getConstraintLog(const ExecutionState &state, std::string &res, - bool asCVC = false); + Interpreter::LogType logFormat = Interpreter::STP); virtual bool getSymbolicSolution(const ExecutionState &state, std::vector< |