mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
params for theory aware branching
This commit is contained in:
parent
48e37b0e16
commit
6cd1f877b8
3 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,7 @@ struct smt_params : public preprocessor_params,
|
|||
unsigned m_rel_case_split_order;
|
||||
bool m_lookahead_diseq;
|
||||
bool m_theory_case_split;
|
||||
bool m_theory_aware_branching;
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
|
@ -240,6 +241,8 @@ struct smt_params : public preprocessor_params,
|
|||
m_case_split_strategy(CS_ACTIVITY_DELAY_NEW),
|
||||
m_rel_case_split_order(0),
|
||||
m_lookahead_diseq(false),
|
||||
m_theory_case_split(false),
|
||||
m_theory_aware_branching(false),
|
||||
m_delay_units(false),
|
||||
m_delay_units_threshold(32),
|
||||
m_theory_resolve(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue