subject
Business, 06.03.2021 01:00 whathelppp

Northwest Manufacturing assembles heavy duty materials handling carts to meet quarterly demands. Elementary components, which consist of wheels, steering yokes, and carrying platforms, are first assembled separately. Then each steering yoke is equipped with 4 wheels to form the front-end subassembly. Finally, front-end subassemblies are combined with a carrying platform and 8 additional wheels at the rear to complete the cart. Components, subassemblies, and finished carts produced in any quarter may be used or shipped in the same quarter or held over as inventory. Northwest seeks a plan that minimizes inventory holding costs while meeting demand and respecting the factory production capacity. The sets and parameters of an AMPL model for this problem have been defined as follows:set ELEMENTS;# elementary components, subassemblies,# and final productparam Q integer > 1;# number of quarters being modeledparam time {ELEMENTS} >= 0;# estimated factory assembly time# (in hours) to produce each elementparam hours_avail > 0;# total production hours available# per quarterparam needed {ELEMENTS, ELEMENTS} >= 0;# needed[d, e] is the number of units# of element d needed to make # 1 unit of element eparam demand {ELEMENTS,1..Q} >= 0;# quarterly demand for each element.# if e is cart, demand[e, q] is number # of carts required each quarter; # otherwise, demand[e, q] = 0.param initial_hold {ELEMENTS} >= 0;# total units in inventory at the start# of the 1st quarterThere are three collections of decision variables:var Prod {ELEMENTS,1..Q} >=0; # number of each element# produced in each quartervar Use {ELEMENTS,1..Q} >=0; # number of each element used each quarter# to produce other elementsvar Hold {ELEMENTS,0..Q} >=0; # number of each element held in inventory# at the end of each quarterHere is a collection of data for this model:set ELEMENTS := yoke wheel platform front-end cart ; param Q := 4 ;param:value time initial_hold :=yoke120 0.06 200wheel 40 0.07 200platform 75 0.04 200front-end400 0.12 200cart700 0.32 200 ;param hours_avail := 1150 ; param needed: yoke wheel platform front-end cart :=yoke00010wheel00048platform00001f ront-end00001cart00000 ;param demand: yoke wheel platform front-end cart :=1 00005002 000012003 000010004 0000300 ;The following questions ask you to write some constraints for this model. (We will skip the objective.) The parameters are used roughly in the order in which they appear above. a: Complete the following AMPL constraints that, in each quarter q, total hours used for production must not exceed total hours available:subject to HoursAvail {q in 1..Q}: sum {e in ELEMENTS}b: Complete the following AMPL constraints that, for each element e in each quarter q, the units of element e used to produce other elements equals the sum over all elements f of the units of e needed in producing f. subject to DefineUse {e in ELEMENTS, q in 1..Q}:Use[e, q] = sum {f in ELEMENTS}c: Complete the following AMPL constraints that, for each element e in each quarter q, the units of element e produced in the quarter plus units of e held from the previous quarter equals units of e used in making other elements during the quarter plus units of e held at the end of the quarter plus demand for e. subject to Balanced: Complete the following AMPL constraints that, for each element e, the amount held at the end of quarter 0 is equal to the initial inventory available. subject to InitHoldThe following questions ask about the numbers of constraints and variables of various kinds in the linear program specified by the above model and data:e: How many HoursAvail constraints are in the linear program? How many variables appear in each HoursAvail constraint?f: How many DefineUse constraints are in the linear program?g: How many InitHold constraints are in the linear program? How many variables appear in each InitHold constraint?

ansver
Answers: 1

Another question on Business

question
Business, 22.06.2019 03:40
Oceanside marine company manufactures special metallic materials and decorative fittings for luxury yachts that require highly skilled labor. oceanside uses standard costs to prepare its flexible budget. for the first quarter of the year, direct materials and direct labor standards for one of their popular products were as follows: direct materials: 2 pound per unit; $ 11 per pound direct labor: 2 hours per unit; $ 19 per hour oceanside produced 2 comma 000 units during the quarter. at the end of the quarter, an examination of the direct materials records showed that the company used 7 comma 500 pounds of direct materials and actual total materials costs were $ 98 comma 100. what is the direct materials cost variance? (round any intermediate calculations to the nearest cent, and your final answer to the nearest dollar.)
Answers: 1
question
Business, 22.06.2019 12:00
Areal estate agent is considering changing her cell phone plan. there are three plans to choose from, all of which involve a monthly service charge of $20. plan a has a cost of $.42 a minute for daytime calls and $.17 a minute for evening calls. plan b has a charge of $.52 a minute for daytime calls and $.15 a minute for evening calls. plan c has a flat rate of $80 with 275 minutes of calls allowed per month and a charge of $.38 per minute beyond that, day or evening.a. determine the total charge under each plan for this case: 150 minutes of day calls and 70 minutes of evening calls in a month. (do not round intermediate calculations. round your answer to 2 decimal places. omit the "$" sign in your response.)c. if the agent will use the service for daytime calls, over what range of call minutes will each plan be optimal? (round each answer to the nearest whole number.include the indifference point itself in each answer.)d. suppose that the agent expects both daytime and evening calls. at what point (i.e., percentage of total call minutes used for daytime calls) would she be indifferent between plans a and b?
Answers: 1
question
Business, 22.06.2019 15:00
Why entrepreneurs start businesses. a) monopolistic competition b) perfect competition c) sole proprietorship d) profit motive
Answers: 1
question
Business, 22.06.2019 20:30
Almeda products, inc., uses a job-order costing system. the company's inventory balances on april 1, the start of its fiscal year, were as follows:
Answers: 2
You know the right answer?
Northwest Manufacturing assembles heavy duty materials handling carts to meet quarterly demands. Ele...
Questions
Questions on the website: 13722362