mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 22:18:56 +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
|
@ -65,6 +65,8 @@ namespace sat {
|
|||
m_phase = PS_RANDOM;
|
||||
else if (s == symbol("frozen"))
|
||||
m_phase = PS_FROZEN;
|
||||
else if (s == symbol("local_search"))
|
||||
m_phase = PS_LOCAL_SEARCH;
|
||||
else
|
||||
throw sat_param_exception("invalid phase selection strategy: always_false, always_true, basic_caching, caching, random");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue