Tema 5
Tema 5
Tema 5
Volume 40 (2023)
1. Introduction
Milk tea stores are now a hot business all over the world. More and more people are choosing to
join the milk tea industry to start their own business. A variety of milk tea spots have come into
existence and the control of milk tea cost and sales and inventory is a very important part. In this
paper, a milk tea store will be analyzed that once opened but closed down in the United States in the
direction of ingredient purchasing and profit rationing, combined with the linear programming model
learned in the course [1].
Linear programming is an important model for optimization class problems. It has a mature theory
and is widely used by the class in practical applications. It has a unique advantage in studying the
optimal allocation of limited resources. It is convenient for users to make decision analysis in order
to make the best use of resources to obtain the best economic benefits [2]. There are also genetic
algorithms, neural networks, ant colony algorithms and other methods to find optimal solutions in
optimization class problems [3]. Linear programming is a common contemporary mathematical
model, which is very suitable for dealing with multi-species problems. There are a large number of
papers that use linear programming for industrial warehouse cost management as well as human
resource management [4,5]. Therefore, this paper will do multi-objective linear programming model
on the basis of milk tea cost control. All the data came from a milk tea store that has gone bankrupt
and has been made public with the owner's permission. This article will also examine why this milk
tea store went bankrupt by comparing the calculated results with the actual operating costs [6].
358
BCP Business & Management ECRM 2022
Volume 40 (2023)
According to the feedback from the industry, the shelf life of each raw material is limited, and for
food safety. If too much raw material is supplied, it will cause the problem of raw material wastage,
which will cause additional burden to the enterprise. Therefore, this paper will focus on solving this
internal problem. At the same time, in order to take care of various tastes, the enterprise needs to
ensure enough at least 5 copies of whitening and skin care milk tea, 20 copies of skin clearing milk
tea and 30 copies of fitness milk tea every day. The maximum supply of milk is 30,000, the supply
of mung bean powder maximum is 5,000, the supply of pearl powder maximum is 160, honey 3,000,
lotus seed powder 3,000.
By analyzing the survey data and content of this paper, this paper will use linear programming as
the solution model of this paper. Here we set 𝑋1 copies of whitening milk tea, X2 copies of skin-
clearing milk tea and X3 copies of healthy milk tea are sold every day. The objective function is
Max = X1 + X2 + X3 , (1)
and it is subject to
Here we use Python's PuPl library to solve the problem (see the attachment for the code). The final
result is as follows
Ultimately, we get that selling 40 servings of whitening and skin-clearing milk tea, 20 servings of
skin-clearing milk tea, and 30 servings of fitness milk tea will achieve the greatest profit given a
specific supply of ingredients.
2.2 Considering manual cost and other cost
At first the owner of the milk tea store was not very willing to disclose, but only gave a part of the
data. After the calculation was completed, the data was compared with the data of the owner of the
milk tea store and found to be similar to the actual situation [7]. However, the owner only disclosed
the subsequent data. So there is a more complicated model. Table 2 is available based on the data.
359
BCP Business & Management ECRM 2022
Volume 40 (2023)
The store has three employees, each of whom processes different types of milk tea at different
times, which has an impact on sales. Customers who came to the store to check the queue were too
many and would give up buying the relevant products [8]. Therefore, a reasonable arrangement of
staff scheduling and production of related raw materials is crucial to the output of the store. The staff's
production time for each type of milk tea is as follows in Table 3.
To simplify the model, the hourly rate is set to p here, and the corresponding labor cost per unit of
no-minute milk tea is represented by the following equation: to make the model more general, all
ingredients are represented here by 𝑥𝑖 ∈ [1, 𝑁] in Table 4. Employees are denoted by 𝑒𝑖 ∈ [1, 𝑁].
360
BCP Business & Management ECRM 2022
Volume 40 (2023)
The employee list each employee makes 𝑁(𝑐𝑖) ∈ [0, 𝑁] kinds of milk tea for sale every day. The
types of milk tea are denoted by 𝐶(𝑖) ∈ [1, 𝑁]. The following objective function is obtained.
Objective function is
n n
Max = ∑ ∑ Pj Ni (8)
i=0 j=0
N = 𝑁 1 + 𝑁2 ⋯ + 𝑁𝑗. (9)
𝑥𝑖 × 𝑁𝑗 ≤ 𝑅𝑖 . (10)
Time constraint
n n
∑ ∑ Tj Ni ≤ e × 𝑡. (11)
i=0 j=0
The model is
max 10𝑥1 + 11𝑥10 + 12𝑥11 + 11𝑥12 + 14𝑥13 + 12𝑥14 + 9𝑥15
+8𝑥2 + 12𝑥3 + 10𝑥4 + 10𝑥5 + 12𝑥6 + 12𝑥7 + 12𝑥8 + 12𝑥9 + 0 (12)
subject to
𝐶1 : 10𝑥1 + 10𝑥1 0 + 10𝑥11 + 10𝑥12 + 10𝑥13 + 10𝑥14 + 10𝑥15 + 8𝑥2 + 12𝑥3 + 10𝑥4 + 10𝑥5
+ 10𝑥6 + 10𝑥7 + 10𝑥8 + 10𝑥9 ≤ 30000
𝐶2 : 18𝑥1 + 18𝑥10 + 18𝑥11 + 18𝑥12 + 18𝑥13 + 18𝑥14 + 18𝑥15 + 18𝑥2 + 18𝑥3 + 18𝑥4 + 18𝑥5
+ 18𝑥6 + 18𝑥7 + 18𝑥8 + 18𝑥9 ≤ 30000
𝐶3 : 30𝑥1 + 30𝑥10 + 30𝑥11 + 30𝑥12 + 30𝑥13 + 30𝑥14 + 30𝑥15 + 30𝑥2 + 30𝑥3 + 30𝑥4 + 30𝑥5
+ 30𝑥6 + 30𝑥7 + 30𝑥8 + 30𝑥9 ≤ 30000
𝐶4 : 10𝑥1 + 120𝑥10 + 120𝑥11 + 120𝑥12 + 120𝑥13 + 120𝑥14 + 120𝑥15 + 8𝑥2 + 12𝑥3 + 120𝑥4
+ 120𝑥5 + 120𝑥6 + 120𝑥7 + 120𝑥8 + 120𝑥9 ≤ 300000
𝐶5 : 𝑥10 + 𝑥11 + 𝑥12 + 𝑥13 + 𝑥14 + 𝑥15 + 𝑥4 + 𝑥5 + 𝑥6 + 𝑥7 + 𝑥8 + 𝑥9 ≤ 3000000.
𝐶6 : 𝑥1 ≥ 30, 𝑥2 ≥ 20, 𝑥3 ≥ 30, 𝑥4 ≥ 30, 𝑥5 ≥ 30, 𝑥6 ≥ 30, 𝑥7 ≥ 30, 𝑥8 ≥ 30, 𝑥9 ≥ 30,𝑥10
≥ 30,𝑥11 ≥ 30,𝑥12 ≥ 30,𝑥13 ≥ 30,𝑥14 ≥ 30,𝑥15 ≥ 30.
361
BCP Business & Management ECRM 2022
Volume 40 (2023)
3. Conclusion
The aim of the paper is to create proposal of an economic model, which would optimize production
of a milk tea company with respect to a maximization of the profit from selling its production.
Through the application of the model on the real data to get the final result, the maximized profit is
smaller than cost in real life, which leads to the bankruptcy of the milk tea store [9]. If the owner of
the store can buy the similar quantity of each type raw material as calculated, he can earn economic
profit. Because the store itself is owned by the owner, the effect of rent is not considered in this
calculation, and only the cost of goods and labor is included in the calculation [10].
The model could be further extended. It is possible to alter it for conditions of specific milk tea
store with different types of products or extend the model structure, so the scope would be wider. One
of proposal is that the model could be enriched by analysis of different elasticities such as price
elasticity, especially prices of different rental among different places and number of substitutes
among consumer choices.
References
[1] Gary D, Ferrier C, Knox-Lovell A. Measuring cost efficiency in banking: Econometric and linear
programming evidence, Journal of Econometrics, 1990, 46: 229-245.
[2] Frederick V. The Minimum-Cost Dairy Feed (An Application of "Linear Programming"), Journal of Farm
Economics, 1951, 33(3), 299-310.
[3] Amjady N. Short-term hourly load forecasting using time-series modeling with peak load estimation
capability. IEEE Transactions on Power Systems, 2001, 16(3): 498-505.
[4] Fred H, Sidney W. Hess A Linear Programming Approach to Production and Employment Scheduling.
Management Technology, 1960, 1: 46-51.
[5] Vishwa N. M., Ram B. M., Peter K. A. et al. Profit Optimization Using Linear Programming Model: A
Case Study of Ethiopian Chemical Company. American Jour. of Biological and Environmental Stats.,
2015, 1(2): 51-57.
[6] Charnes A. Cooper Management Models and Industrial Applications of Linear Programming.
Management Science 1957, 4(1):38-91.
[7] Aigner D. J., Chu S.-F. On Estimating the Industry Production Function. American Economic Review
1968, 58(4): 826–839.
[8] Lovell C.A.K., Grosskopf S., Ley E. et al. Linear programming approaches to the measurement and
analysis of productive efficiency. Top, 1994, 2: 175–248.
[9] Assessing competition in the banking industry: A multi-product approach. Journal of Banking and Finance,
2015, 50: 340-362.
[10] Baki S M, Cheng J K. A Linear Programming Model for Product Mix Profit Maximization in A Small
Medium Enterprise Company. International Journal of Industrial Management, 2021, 9(1): 64-73.
362