about summary refs log tree commit diff homepage
path: root/unittests/Solver/Z3SolverTest.cpp
AgeCommit message (Expand)Author
2024-01-30Change `GetConstraintLog` to work with `std::string`s instead of `char*`sDaniel Schemmel
2024-01-30Avoid generating array names in solver builders that could accidently collideMartin Nowack
2023-04-21use unique_ptr all throughout the solver chainDaniel Schemmel
2020-07-01Separate constraint set and constraint managerMartin Nowack
2020-04-07Add unit test for Z3Solver::getConstraintLogDaniel Grumberg