Quote:
Originally Posted by Max0526
Just for the fun of it, anybody wants to try coding n = 9, d = 7 and n = 10, d = 8 cases?
|
With n = 9, d = 7 I get the following values:
min: 117390
max: 194304
And with n = 10, d = 8:
min: 1747537
max: 1772281
The runtime was about 13000 seconds for the n = 9 case. For the n = 10 case, I used 4 threads, which resulted in a runtime of 12400 seconds.