3
0
Fork 0
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:
Simon Cruanes 2018-08-10 17:37:23 -05:00
parent 8b4e1c1209
commit 0aca1ad4c1
3 changed files with 8 additions and 5 deletions

View file

@ -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);
}