Hi PAB
Changed the Module, no errors, runs good!
Tested against other "Program" Just to see and of course there is a difference in Lex.
This is my inputs:
Total Numbers Drawn = 49
DN1 = 11
DN2 = 18
DN3 = 24
DN4 = 48
Combination Sum Total = 170
It = 13 Results
CSN-2
11, 18, 24, 48, 22, 47 Sum = 170 Prime = 2 Lex = 11040221
Of course there are 12 more combinations.
Running a test against the combination above my result was 11033372?
I inputed 11, 18, 24, 48, 22,47 also did it in sorted order. same result 11033372?
I also ran the test by inputing the lex 11033372 and came up with 11, 18, 22, 24, 47, 48 .
So I'm baffled, could be the method used to arrive at the CSN, I don't know? Not smart enough here yet! Anyways I will run tests starting at 123456, 123457 etc. and see. Could take a while!
Cheers.
Alex.
Changed the Module, no errors, runs good!
Tested against other "Program" Just to see and of course there is a difference in Lex.
This is my inputs:
Total Numbers Drawn = 49
DN1 = 11
DN2 = 18
DN3 = 24
DN4 = 48
Combination Sum Total = 170
It = 13 Results
CSN-2
11, 18, 24, 48, 22, 47 Sum = 170 Prime = 2 Lex = 11040221
Of course there are 12 more combinations.
Running a test against the combination above my result was 11033372?
I inputed 11, 18, 24, 48, 22,47 also did it in sorted order. same result 11033372?
I also ran the test by inputing the lex 11033372 and came up with 11, 18, 22, 24, 47, 48 .
So I'm baffled, could be the method used to arrive at the CSN, I don't know? Not smart enough here yet! Anyways I will run tests starting at 123456, 123457 etc. and see. Could take a while!
Cheers.
Alex.