# Sample data for (relatively prime) numbers to create bin packing problems # 5 # This is the number of factors, and must m = 4 # # The following numbers are probably ideally: close in size, and each # contains a unique prime power factor (or something like this). # These numbers don't have to be relatively prime # 13,14,15,16,17