Finding Max Value Combination with Three Constraints
显示 更早的评论
Hello,
I need help finding the list of combinations of values, that adhere to a few constraints using this data:

So my constraints are:
- a.) Must use exactly 5 drivers
- b.) Must use exactly 1 Team
- c.) Salary sum of the 6 must be equal to or less than 100 and greater than or equal to 95.
Determine: A list of all combinations (of 5 drivers + 1 team) from highest TOTAL VALUE to lowest given the >= 95 and <=100 salary limit.
Any help would be appreciated!
3 个评论
Jan
2021-3-23
Okay. What is your Matlab related question? What have you tried so far and which problem occurs?
Andy LoPiccolo
2021-3-23
Jan
2021-3-23
To give a suggestion for the import of the file, we need to know the file format.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Choose a Solver 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!