mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
feat(smt/dt): expose the configuration param for datatype case splits
This commit is contained in:
parent
8b4e1c1209
commit
0aca1ad4c1
3 changed files with 8 additions and 5 deletions
|
@ -63,6 +63,7 @@ void smt_params::updt_params(params_ref const & p) {
|
|||
theory_bv_params::updt_params(p);
|
||||
theory_pb_params::updt_params(p);
|
||||
// theory_array_params::updt_params(p);
|
||||
theory_datatype_params::updt_params(p);
|
||||
updt_local_params(p);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue