mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 09:40:20 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6bbe8e2619
commit
cd93cdd819
7 changed files with 31 additions and 4 deletions
|
@ -61,9 +61,10 @@ namespace sat {
|
|||
else if (s == symbol("random"))
|
||||
m_phase = PS_RANDOM;
|
||||
else
|
||||
throw sat_param_exception("invalid phase selection strategy");
|
||||
throw sat_param_exception("invalid phase selection strategy: always_false, always_true, basic_caching, caching, random");
|
||||
|
||||
m_rephase_base = p.rephase_base();
|
||||
m_reorder_base = p.reorder_base();
|
||||
m_search_sat_conflicts = p.search_sat_conflicts();
|
||||
m_search_unsat_conflicts = p.search_unsat_conflicts();
|
||||
m_phase_sticky = p.phase_sticky();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue