3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00
This commit is contained in:
Arie Gurfinkel 2018-06-14 16:13:53 -07:00
parent 83cee9e81f
commit a3de478c93

View file

@ -781,7 +781,7 @@ namespace qe {
// -- of the same sort longer than 1
std::sort(reps.c_ptr(), reps.c_ptr() + reps.size(), sort_lt_proc());
unsigned i = 0;
unsigned sz = res.size();
unsigned sz = reps.size();
while (i < sz) {
sort* last_sort = get_sort(reps.get(i));
unsigned j = i + 1;