I'm trying to figure out a way to do the following, and forgive me if I'm posting something entirely too complicated. Sorry for any time wasted. But if you want to help....
Lets assume I have a potential pool of 500 employees. Each employee has a productivity score, and a salary.
The total salary I can pay is a max of $100 million. The total employees I can, and must hire, is exactly 12.
My goal is to maximize total productivity score of these 12 hires, and there is no benefit for paying out less than $100 million.
What I want to do is take my list of 500 names, along with each of their respective salaries and productivity scores, and rank every single 12-person combination, according to total productivity score.
Lets say there are 1 million combinations -- the combination with the highest total productivity would be worth 1 million. The combination with the next highest would be 999,999, and on down the line. After that runs, you can simply add up each employees total points to find out who is the most valuable employee under the "exactly 12 employee, spend up to $100 million" constraint.
Does that make sense? Is there another way to think about this problem?
Thanks so much!
Lets assume I have a potential pool of 500 employees. Each employee has a productivity score, and a salary.
The total salary I can pay is a max of $100 million. The total employees I can, and must hire, is exactly 12.
My goal is to maximize total productivity score of these 12 hires, and there is no benefit for paying out less than $100 million.
What I want to do is take my list of 500 names, along with each of their respective salaries and productivity scores, and rank every single 12-person combination, according to total productivity score.
Lets say there are 1 million combinations -- the combination with the highest total productivity would be worth 1 million. The combination with the next highest would be 999,999, and on down the line. After that runs, you can simply add up each employees total points to find out who is the most valuable employee under the "exactly 12 employee, spend up to $100 million" constraint.
Does that make sense? Is there another way to think about this problem?
Thanks so much!