set products := StripEasy, RenewIt; param price := StripEasy 0.5 RenewIt 0.3; # Sales price of each product. param min_demand:= StripEasy 0 RenewIt 60000; # Minimum demand requirements. param max_demand:= StripEasy 250000 RenewIt 300000; # Maximum demand requirements. param cans_per_hour:= StripEasy 2000 RenewIt 3000; # Number of cans made each hour. param hours_available:= 120; # Total number of machine hours available. param space_req:= StripEasy 2 RenewIt 2; # Number of cubic feet required to store a unit of each product. param storage:= 400000; # Total number of cubic feet available for storage.