mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
experimental theory-aware branching code
This commit is contained in:
parent
9004e1b23e
commit
3459c1993e
5 changed files with 166 additions and 7 deletions
|
@ -32,6 +32,7 @@ void smt_params::updt_local_params(params_ref const & _p) {
|
|||
m_restart_factor = p.restart_factor();
|
||||
m_case_split_strategy = static_cast<case_split_strategy>(p.case_split());
|
||||
m_theory_case_split = p.theory_case_split();
|
||||
m_theory_aware_branching = p.theory_aware_branching();
|
||||
m_delay_units = p.delay_units();
|
||||
m_delay_units_threshold = p.delay_units_threshold();
|
||||
m_preprocess = _p.get_bool("preprocess", true); // hidden parameter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue