diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Solver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/klee/Solver.h b/include/klee/Solver.h index db14f003..94e7d477 100644 --- a/include/klee/Solver.h +++ b/include/klee/Solver.h @@ -218,7 +218,8 @@ namespace klee { /// createSMTLIBLoggingSolver - Create a solver which will forward all queries /// after writing them to the given path in .smt2 format. - Solver *createSMTLIBLoggingSolver(Solver *s, std::string path); + Solver *createSMTLIBLoggingSolver(Solver *s, std::string path, + int minQueryTimeToLog); /// createDummySolver - Create a dummy solver implementation which always |