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:
parent
72c7a9cf6a
commit
4fce314bf2
2 changed files with 20 additions and 11 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue