3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-03 21:09:11 +00:00

fixes based on unit tests

This commit is contained in:
Nikolaj Bjorner 2024-02-19 12:59:28 +07:00
parent 046db662f9
commit 991537836b
10 changed files with 363 additions and 111 deletions

View file

@ -57,6 +57,9 @@ namespace bv {
bool try_repair_down(app* e, unsigned i);
lbool search();
void reinit_eval();
public:
sls(ast_manager& m);