You are not logged in.
Hi Agnishom! I have another problem if you have time, I could use your help once more!!!
Let me know if I need to clarify anything. Same problem as before, with 10 matches.
Thank you again for your help!
Contraints:
Only one player from each match can be used.
There are 10 matches (A vs B, C vs D, E vs F, etc.).
5 players must be picked.
The total combined cost of the 5 picked, must be > or = to 495 and < or = to 500 (495-500)
All combinations 494 and under, or over 500 are not important.
I need to be able to generate a list of combinations, that fit this criteria, along with associated costs.
Data Set:
{98, 101, 116, 85, 80, 118, 106, 93, 108, 92, 120, 79, 82, 117, 100, 99, 91, 109, 93, 107}
Offline