I need a way to get highest points players within salary range i.e 50,000
There is a similar question here Algorithm to select Player with max points but with a given cost.
Basically I have to select optimal 9-player line-up.
I googling lot and I found this can be achieve using linear programming.But I don't know how can I use Lp in php.
Any idea how can I achieve this or there is any other way to do this?