mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 05:58:55 +00:00
elaborating on local-search rephase strategy
This commit is contained in:
parent
f3ae7692ca
commit
90a75866fb
9 changed files with 131 additions and 56 deletions
|
@ -164,6 +164,8 @@ namespace sat {
|
|||
bool_var pick_var();
|
||||
void flip(bool_var v);
|
||||
void save_best_values();
|
||||
void save_model();
|
||||
void save_priorities();
|
||||
|
||||
// shift activity
|
||||
void shift_weights();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue