3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-01 15:50:40 +00:00

improve diagnostics for flips

This commit is contained in:
Nikolaj Bjorner 2025-01-22 11:15:02 -08:00
parent 72c7a9cf6a
commit 4fce314bf2
2 changed files with 20 additions and 11 deletions

View file

@ -54,7 +54,7 @@ namespace sls {
bool update_outer_best_solution();
bool update_inner_best_solution();
bool update_best_solution();
void move_arith_variable();
var_t move_arith_variable();
var_t critical_move_on_updates(move_t mt);
var_t random_move_on_updates();
void add_lookahead_on_unsat_vars();