mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
add a predicate for depth limit assumptions
This commit is contained in:
parent
d5e134dd94
commit
06e0b12700
3 changed files with 67 additions and 2 deletions
|
@ -261,7 +261,7 @@ struct smt_params : public preprocessor_params,
|
|||
m_display_features(false),
|
||||
m_new_core2th_eq(true),
|
||||
m_ematching(true),
|
||||
m_recfun_max_depth(500),
|
||||
m_recfun_max_depth(50),
|
||||
m_case_split_strategy(CS_ACTIVITY_DELAY_NEW),
|
||||
m_rel_case_split_order(0),
|
||||
m_lookahead_diseq(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue