I have a set of products that must be scheduled. There are P products each indexed from 1 to P. Each product can be scheduled into a time period 0 to T. I need to construct
I used this library for the combinations and found it works well. The sample program is a little confusing, but the article explains what is needed to use the code.