Creating a custom array of cover bins

In reply to rgarcia07:

Hi RGarcia07,

Thanks for the detailed reply! One question though, on this line:

bins_q.push_back(i);

This seems like a bin for a single value. I am looking for bins that contain ranges (e.g. [0:100]). Can you confirm/deny what this approach really creates?