about summary refs log tree commit diff homepage
path: root/include/klee/Solver
AgeCommit message (Expand)Author
2024-01-30Change `GetConstraintLog` to work with `std::string`s instead of `char*`sDaniel Schemmel
2023-07-21Add code to only keep in the --help menu the KLEE/Kleaver option categoriesCristian Cadar
2023-04-21use unique_ptr all throughout the solver chainDaniel Schemmel
2023-04-21use unique_ptr in SolverDaniel Schemmel
2023-04-21use unique_ptr in StagedSolverImplDaniel Schemmel
2023-04-06Support disabling compiler warnings; Use with external headersMartin Nowack
2023-03-23stats: rename numQueries/Queries -> SolverQueries, add QueriesFrank Busse
2022-07-04Fix memory leak in crosscheck core solver mechanismDaniel Schemmel
2020-07-01Clean-up and add documentationMartin Nowack
2020-07-01Use constraint sets and separate metadata for timing solver invocationMartin Nowack
2020-07-01Separate constraint set and constraint managerMartin Nowack
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
2020-04-08stats: remove queryConstructTime (unused)Frank Busse
2019-09-03Moved solver-related header files into a separate klee/Solver/ directory.Cristian Cadar