In reply to dipling:
Hi,
You are passing an array which is unpacked and with many elements into $countones. You can give like
foreach(mixed_array[i])
constraint c_ones_count { $countones(my_mixed_array[i]) <= 25; }
$countones doesnot work in constraints.