mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 14:08:55 +00:00
updates to ddfw, initial local search phase option
This commit is contained in:
parent
992793bd56
commit
75c573877d
7 changed files with 165 additions and 104 deletions
|
@ -589,7 +589,9 @@ namespace sat {
|
|||
lbool do_ddfw_search(unsigned num_lits, literal const* lits);
|
||||
lbool do_prob_search(unsigned num_lits, literal const* lits);
|
||||
lbool invoke_local_search(unsigned num_lits, literal const* lits);
|
||||
void bounded_local_search();
|
||||
lbool do_unit_walk();
|
||||
struct scoped_ls;
|
||||
|
||||
// -----------------------
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue