This challenge is an advanced version of last month’s “Decision with Two Objectives,” where a freelance developer needs to design a website with as many valuable features as possible within a fixed budget. This time there are additional constraints:
- Features 3 and 4 can only be chosen together.
- Feature 2 cannot be combined with feature 3.
- Only one of features 8, 9, and 10 may be selected — otherwise, each of those selected gets a 10% cost surcharge.
- If 5 or more features are selected overall, a 5% discount applies.
As before, the goal is to maximize total value while minimizing total cost, subject to the budget.
Send your solutions to DecisionManagementCommunity@gmail.com, or open a pull request to add yours here.