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 Kommentare

Jan
Jan am 23 Mär. 2021
Okay. What is your Matlab related question? What have you tried so far and which problem occurs?
I am unsure the best way to import that data as well as the types of functions that I should be using to come up with those combinations?
Jan
Jan am 23 Mär. 2021
To give a suggestion for the import of the file, we need to know the file format.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Variables finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 22 Mär. 2021

Kommentiert:

Jan
am 23 Mär. 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by