1% Data file for simple production planning model 2Products = { BananaCake, ChocolateCake }; 3profit = [400, 450]; % in cents 4 5Resources = { Flour, Banana, Sugar, Butter, Cocoa }; 6capacity = [4000, 6, 2000, 500, 500]; 7 8consumption= [| 250, 2, 75, 100, 0, 9 | 200, 0, 150, 150, 75 |];