3
0
Fork 0
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:
Nikolaj Bjorner 2023-02-07 03:17:52 -08:00
parent f3ae7692ca
commit 90a75866fb
9 changed files with 131 additions and 56 deletions

View file

@ -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();