mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05: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
|
@ -112,6 +112,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;
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
|
@ -243,6 +244,7 @@ struct smt_params : public preprocessor_params,
|
|||
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