Items within Budget function

Revision as of 00:52, 20 June 2024 by Max (talk | contribs) (→‎Example model)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


You are not allowed to post comments.