Difference between revisions of "Items within Budget function"
(Created page with "'''Description:''' Given a set of items, with a priority and a cost for each, the function Items_within_budget function selects out the highest priority items that fit within...") |
m (→Example model) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | '''Description:''' Given a set of items, with a priority | + | [[Category: Examples]] |
+ | === 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:''' | '''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