diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/CommandLine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/klee/CommandLine.h b/include/klee/CommandLine.h index 39290e7b..bcb490cf 100644 --- a/include/klee/CommandLine.h +++ b/include/klee/CommandLine.h @@ -20,6 +20,8 @@ extern llvm::cl::opt<bool> UseIndependentSolver; extern llvm::cl::opt<int> MinQueryTimeToLog; +extern llvm::cl::opt<double> MaxSTPTime; + ///The different query logging solvers that can switched on/off enum QueryLoggingSolverType { |