← All challenges

Make a Good Burger

June 2015

optimizationconstraint-solving

Another PuzzlOR-inspired problem: design a burger recipe out of a fixed list of available ingredients, each with its own cost, sodium, fat, and calorie content per serving.

Constraints:

Question: What’s the cheapest burger you can build that satisfies all the constraints? What’s the most expensive one?

Send your solutions to DecisionManagementCommunity@gmail.com, or open a pull request to add yours here.

Solutions