Integer - Programming - PPT (Compatibility Mode)
Integer - Programming - PPT (Compatibility Mode)
Additional constraints (Integer Problem version): --- could not select item A without selecting item D --- you could select at most 3 items
Blending Problem
Consider the example of a manufacturer of animal feed who is producing feed mix for dairy cattle. The feed mix contains two active ingredients and a filler to provide bulk. One kg of feed mix must contain a minimum quantity of each of four nutrients as below: Nutrient gram A 90 B 50 C 20 D 2
The ingredients have the following nutrient values and cost A Ingredient 1 (gram/kg) 100 Ingredient 2 (gram/kg) 200 kg of feed mix?
7
B 80 150
C 40 20
D 10 -
Cost/kg 40 60
It is estimated that changing from a normal shift in one month to an extended shift in the next month costs an extra 15,000. No extra cost is incurred in changing from an extended shift in one month to a normal shift in the next month.
9
Demand 6,000
Production constraints are such that if the company produces anything in a particular month it must produce at least 2,000 units. The company wants a production plan for the next six months that avoids stockouts, formulate their problem as an integer program. 10
Toy 1 2
Profit () 12 16
The company has two factories that are capable of producing these toys. In order to avoid doubling the setup cost only one factory could be used.
11
Toy 2 38 23
Factories 1 and 2, respectively, have 480 and 720 hours of production time available for the production of these toys. The manufacturer wants to know which of the new toys to produce, where and how many of each (if any) should be produced so as to maximise the total profit.
12
Let Pj and Cj denote the estimated profit and capital required (both given in units of millions of ) for investment opportunity j (j=1,...,10) respectively. The total amount of capital available for these investments is Q (in units of millions of )
13
The project manager wishes to select the combination of capital investments that will maximise the total estimated long-run profit subject to the restrictions described above.
14
The prices for buying each oil are given below (in /tonne) VEG1 VEG2 OIL1 OIL2 OIL3 115 128 132 109 114
15
It is required to determine what to buy and how to blend the raw oils so that the company maximises its profit.
16
the food may never be made up of more than 3 raw oils if an oil (vegetable or non-vegetable) is used, at least 30 tonnes of that oil must be used if either of VEG1 or VEG2 are used then OIL2 must also be used
17
Formulate the problem of how many units (if any) of each product to produce next week as an integer program in which all the constraints are linear.
19
If any of product 7 are produced an additional fixed cost of 2000 is incurred. Each unit of product 2 that is produced over 100 units requires a production time of 3.0 man-hours instead of 2.0 man-hours (e.g. producing 101 units of product 2 requires 100(2.0) + 1(3.0) manhours). If both product 3 and product 4 are produced 75 man-hours are needed for production line set-up and hence the (effective) number of man-hours available falls to 720 - 75 = 645.
20