mirror of
https://github.com/Z3Prover/z3
synced 2026-02-16 13:51:44 +00:00
Update finite_set_decl_plugin.cpp
This commit is contained in:
parent
488dce0edb
commit
8b3fd63434
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ sort * finite_set_decl_plugin::mk_sort(decl_kind k, unsigned num_parameters, par
|
|||
}
|
||||
else {
|
||||
// If element sort is infinite or very_big, the finite_set is also very_big
|
||||
sz = sort_size::mk_very_big();
|
||||
sz = elem_sz;
|
||||
}
|
||||
|
||||
sort_info info(m_family_id, FINITE_SET_SORT, sz, num_parameters, parameters);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue