3
0
Fork 0
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:
Murphy Berzish 2017-05-01 10:18:38 -04:00
parent aceee3fac8
commit f655e1976e
3 changed files with 4 additions and 1 deletions

View file

@ -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;
// -----------------------------------
//