about summary refs log tree commit diff homepage
path: root/lib/Core/TimingSolver.h
AgeCommit message (Expand)Author
2023-04-21use unique_ptr all throughout the solver chainDaniel Schemmel
2020-07-01Use constraint sets and separate metadata for timing solver invocationMartin Nowack
2020-07-01Use `unique_ptr` for solver in timing solverMartin Nowack
2020-07-01Separate constraint set and constraint managerMartin Nowack
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-06-04make endif guard naming consistentJulian Büning
2018-10-30Base time API upon std::chronoFrank Busse
2013-08-06TimingSolver and constructSolverChain() no longer coupled with pointers to ST...Hristina Palikareva
2013-08-06Methods getConstraintLog() and setTimeout() made virtual and moved from STPSo...Hristina Palikareva
2009-06-04Change Solver::getValue to make explicit that result is a ConstantExpr.Daniel Dunbar
2009-06-04TimingSolver shouldn't need a vtable.Daniel Dunbar
2009-05-28Small changes to silence some gcc warnings.Cristian Cadar
2009-05-21Initial KLEE checkin.Daniel Dunbar