Difference between revisions of "Items within Budget function"

 
Line 2: Line 2:
 
=== Example model ===
 
=== Example model ===
  
'''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 the fixed budget.  
+
'''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


You are not allowed to post comments.