Difference between revisions of "Items within Budget function"
m (→Example model) |
|||
Line 2: | Line 2: | ||
=== Example model === | === Example model === | ||
− | '''Description:''' Given a set of items, with a priority | + | '''Description:''' Given a set of items, each with a cost and priority, the function Items_within_budget |
+ | returns a vector with 1 or 0 to identify the items selected, with the highest priority items whose cumulative cost is within the specified budget. | ||
'''Keywords:''' | '''Keywords:''' |
Latest revision as of 00:52, 20 June 2024
Example model
Description: Given a set of items, each with a cost and priority, the function Items_within_budget returns a vector with 1 or 0 to identify the items selected, with the highest priority items whose cumulative cost is within the specified budget.
Keywords:
Author: Max Henrion
Download: Items within budget.ana
Comments
Enable comment auto-refresher