mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
variations on unit-walk
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
83f0fd5cc2
commit
5cdfa7cd1c
9 changed files with 163 additions and 154 deletions
|
@ -202,6 +202,7 @@ namespace sat {
|
|||
void init_slack();
|
||||
void init_scores();
|
||||
void init_goodvars();
|
||||
void pick_flip_lookahead();
|
||||
void pick_flip_walksat();
|
||||
void flip_walksat(bool_var v);
|
||||
bool propagate(literal lit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue