Capacity Constraint Modellect#10
Capacity Constraint Modellect#10
Prof. SP Sarmah
Adding Capacity to the Model
Introduction
• In previous model, it is assumed that each facility
could be as large as it needed to be to service the
demand assigned to it.
Formulation considering capacity
• Objective function
Minimize dist
iI jJ
i, j d jYi , j
• Subject to Y i, j 1; j J
iI
X
iI
i P
Vol
iI
Y capi X i ; i I
i, j i, j
Yi , j X i ; i I , j J
• In the first case, model is run for the same five warehouses
selected previously.
Decision Phases
I. Location and capacity of facilities
(long-term)
II. Assignment of current demand to available facilities and
Identification of lanes of transportation
(intermediate-term)
The Capacitated Plant Location Model
Inputs :
n = number of potential plant location
m = number of markets or demand points
Dj = annual demand from market j
Ki = potential capacity of plant i
fi = annualized fixed cost of keeping factory i open
cij = cost of producing and shipping one unit from factory i to
market j
(cost includes production, inventory, transportation, etc.)
Decision Variables :
yi = 1 if plant i is open, 0 otherwise
xij = quantity shipped from factory i to market j
The Capacitated Plant Location Model
Objective Function :
Minimize the total cost (fixed + variable) of setting up and operating the
network
n n m
Minimize f y c x
i1 i i i1 j1 ij ij
Constraints :
• Demand at each market j be satisfied.
i1
• No plant can supply more than its capacity.
m
xij Ki yi for i 1,2,..., n (all plants)
j1
• Each plant is either open or closed.
yi ∈{0, 1}
• Non-negativity xij ≥ 0
Locating Plants and Warehouses Simultaneously
Decision Variables
yi = 1 if factory is located at site i; 0 otherwise
ye = 1 if warehouse is located at site e; 0 otherwise
xej = quantity shipped from warehouse e to market j
xie = quantity shipped from factory at site i to warehouse e
xhi = quantity shipped from supplier h to factory at site i
19
Locating Plants and Warehouses Simultaneously
Objective :
To decide on plant and warehouse locations as well as quantities
shipped between various points that minimize the total fixed and
variable costs.
n t l n n t t m
Min Fi yi f e ye c x
hi hi c ie iex c x
ej ej
i 1 e 1 h 1 i 1 i 1 e 1 e 1 j 1
20
Locating Plants and Warehouses Simultaneously
Constraints :
1. Total amount shipped from a supplier cannot exceed the supplier’s capacity
Supplier (h)
Capacity=Sh n
n xhi
xhi sh for h 1,2,...,l (all supliers) Number=[ l ]
i1
i1
2. Total amount shipped out of a factory cannot exceed the quantity of raw material received
Factory (i)
l t
x
hi xie for i 1,2,..., n (all factories) l t
h1 e1 xhi xie
h1 Capacity=Ki
e1
3. Total amount produced in the factory cannot exceed its capacity Number=[ n ]
t
xie Ki yi for i 1,2,..., n (all factories)
e1
21
Locating Plants and Warehouses Simultaneously
Constraints :
4. Total amount shipped out of a warehouse cannot exceed the quantity received from the factories
Warehouse
n m
ie xej for e 1,2,..., t (all warehouses)
(e)
x n m
i1 j1 xie xej
i1 j1
Capacity=We
5. Total amount shipped out of a warehouse cannot exceed its capacity
Number=[ t ]
m
xej We ye for e 1,2,..., t (all warehouse)
j1
Customer
6. The amount shipped to a customer must cover the demand (j)
t t
xej D j for j 1,2,..., m (all customers) xej
e1
e1
Demand=Dj