mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add params for theory case split
This commit is contained in:
parent
aceee3fac8
commit
f655e1976e
3 changed files with 4 additions and 1 deletions
|
@ -109,6 +109,7 @@ struct smt_params : public preprocessor_params,
|
|||
case_split_strategy m_case_split_strategy;
|
||||
unsigned m_rel_case_split_order;
|
||||
bool m_lookahead_diseq;
|
||||
bool m_theory_case_split;
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue