about summary refs log tree commit diff homepage
path: root/lib/Solver/Z3Builder.cpp
AgeCommit message (Expand)Author
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-13Renamed --use-construct-hash to --use-construct-hash-stp and moved it and use...Cristian Cadar
2018-05-09Improve handling of constant array in Z3Timotej Kapus
2017-06-01[Z3] Remove unused include.Dan Liew
2017-06-01[Z3] Implement API logging.Dan Liew
2017-06-01[Z3] Move the `dump()` methods of the Z3NodeHandle<> specializationsDan Liew
2017-06-01[Z3] Add assertions in Z3 builder to catch underflow with bad widths.Dan Liew
2016-04-09Generate unique STP and Z3 array names deterministicallyMartin Nowack
2016-02-14Handle Z3 API change between 4.4.1 and the current master branchDan Liew
2016-02-14Add basic implementation of Z3Builder and Z3Solver and Z3SolverImplDan Liew