3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-14 18:11:16 +00:00
This commit is contained in:
Nikolaj Bjorner 2024-02-16 14:37:49 +07:00
parent ddf2d28350
commit 388b2f5eec
9 changed files with 274 additions and 202 deletions

View file

@ -49,10 +49,11 @@ namespace bv {
random_gen m_rand;
config m_config;
std::pair<bool, app*> next_to_repair();
bool eval_is_correct(app* e);
bool try_repair_down(app* e);
bool try_repair_up(app* e);
void try_repair_down(app* e);
void try_repair_up(app* e);
bool try_repair_down(app* e, unsigned i);