need a unique combination generator

cdrake

Member
Hi, I am looking for a combination generator that will generate combinations that will not match any of the other combinations within the data set with respect to 6's, 5's, 4's, or 3's. My current generator produces combinations that contain too many 3 and 4 number duplicates. Thank you for your time.
 

PAB

Member
Hi cdrake,

Can you Please Post the Current Code ( VB6 ) that you are Using. Perhaps it can be Adapted to Accomodate the New Criteria that you Desire.

All the Best.
PAB
:wavey:
 

cdrake

Member
I'm not using vb6

Hi, thank you for your time in replying to my inquiry. I am not using vb6 as I have no experience with that type of programming. I am using another vendors software to generate combinations based on the filter strategy that I employ. From my experience when I generate combinations there is alot of duplication. Especially, were three and four numbers are concerned. What I am really after is a program that can look at a group of combinations and produce another group of combinations where there will be no 3,4,5, or 6 number matches when both sets are compared to oneanother. Once again thank you for your help in this matter.
 

Sidebar

Top