about summary refs log tree commit diff homepage
path: root/lib/Solver/STPSolver.cpp
AgeCommit message (Expand)Author
2024-01-30Change `GetConstraintLog` to work with `std::string`s instead of `char*`sDaniel Schemmel
2023-04-21use unique_ptr all throughout the solver chainDaniel Schemmel
2023-04-21use unique_ptr in STPSolverImplDaniel Schemmel
2023-03-23stats: rename numQueries/Queries -> SolverQueries, add QueriesFrank Busse
2023-03-22STP: add option to switch SAT solver: --stp-sat-solver and set default to Cry...Frank Busse
2020-04-30Moved header files that were placed directly in include/klee/ into appropriat...Cristian Cadar
2020-04-30Removed the Internal directory from include/kleeCristian Cadar
2019-09-03Moved solver-related header files into a separate klee/Solver/ directory.Cristian Cadar
2019-07-30Consolidated Expr-related include files into a single include/klee/Expr direc...Cristian Cadar
2019-03-20STPSolver: C++11, add missing free, refactoringFrank Busse
2019-03-11Replaced "default=off" with "default=false"MartinNowack
2019-03-11Added options in STPSolver.cpp to the constraint solving categoryCristian Cadar
2018-10-30Base time API upon std::chronoFrank Busse
2017-06-02hide backend solver declarations from public includeHoang M. Le
2017-02-14Added error message when STP fails to fork.Cristian Cadar
2016-08-03fprintf: convert to klee_warningJiri Slaby
2016-07-29Explicitely making division total in STP.Cristian Cadar
2016-01-14Make it possible to build KLEE without using STP and only MetaSMT.Dan Liew
2016-01-12[NFC] Refactor STPSolver and STPSolverImpl out of Solver.cpp into theirDan Liew