about summary refs log tree commit diff homepage
path: root/lib/Solver/STPSolver.h
AgeCommit message (Collapse)Author
2019-09-03Moved solver-related header files into a separate klee/Solver/ directory.Cristian Cadar
2018-10-30Base time API upon std::chronoFrank Busse
This should not change the behaviour of KLEE and mimics the old API. - functions moved from util into time namespace - uses time points and time spans instead of double - CLI arguments now have the form "3h5min8us" Changed command line parameters: - batch-time (double to string) - istats-write-interval (double to string) - max-instruction-time (double to string) - max-solver-time (double to string) - max-time (double to string) - min-query-time-to-log (double to string) - seed-time (double to string) - stats-write-interval (double to string) - uncovered-update-interval (double to string) - added: log-timed-out-queries (replaces negative max-solver-time)
2017-06-02hide backend solver declarations from public includeHoang M. Le