SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 4, 2013 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 953
ON Fuzzy Linear Programming Technique Application
Dr. R. S. Chanda1
1
University of Calcutta,
Abstract— A solution approach based on fuzzy linear
programming is proposed and applied to optimal machine
scheduling problem. In this solution approach errors in the
demand of various products during the next production
period are considered to be fuzzy in nature. In conventional
linear programming approach it is assumed that there is no
error in the expected demand of various products. A fuzzy
linear programming approach is proposed to obtain an
optimal solution under fuzzy conditions. In the proposed
method expected demand of products & profit are expressed
by fuzzy set notations. The proposed fuzzy linear
programming formulation is then transformed to an
equivalent conventional linear programming problem and
solutions obtained by solving this transformed linear
programming problem. For illustration purpose the proposed
method is applied to a profit maximization related machine
scheduling problem.
Keywords: Fuzzy set theory, Crisp linear Programming,
Fuzzy linear Programming, Optimization, Membership
function.
I. INTRODUCTION
The profit maximization related machine scheduling
problems are normally solved by deterministic linear
programming (LP) techniques. The main objective of profit
maximization related machine scheduling problem is to
obtain an optimal schedule of machine hours subject to the
system constraints like demand constraints, hour constraints
etc. The main drawback of deterministic approach is the
assumption of fixed expected demand of various products
values in the problem formulation. Actually in real-life
situation uncertainties in data are often encountered. The
expected demand of products cannot be represented by a
probabilistic approach. Information regarding the expected
demand of products may be limited to some linguistic
declaration about the data e.g. expected demand of product
‘i’ is approximately 200 units during the next production
period. This type of information is neither deterministic nor
probabilistic. Such situation is more common in forecasting
problems where reflection of data into the future is not
stationary and human decisions are involved in an
environment. Such type of data is said to be fuzzy and the
nature of uncertainty is described as possibilistic. Moreover,
researchers tend to search for some sort of flexible solution
instead of for some kind of special solution that may be
optimal for the expectancy of some variable but prove
disastrous if the future does not come as expected which
usually happens.
In deterministic LP approaches production balance
and machine running hour limits are maintained using
forecasted expected demand of different variation of
products. So for solving such problem expected demand
must be a known parameter because it is an input parameter
and it can only be known through forecasting. Errors are
associated in the forecasted demands because the demand
depends on the customer behavior. So the problem is how to
solve such machine scheduling problem when the product
demands are not crisp in nature. In this paper a fuzzy linear
programming (FLP) based approach is proposed to solve
such problems.
Several applications of fuzzy linear programming
(FLP) in different fields have been reported1-5
earlier using
the basic concept of fuzzy set theory. Each variable is
assigned a degree of membership for each possible value of
the variable.
In this paper fuzzy linear programming is applied
to profit maximization related machine scheduling problem
where forecasted demand of product and profit are
expressed by the fuzzy set notations. To obtain the optimal
solution of such problem the conventional linear
programming (LP) problem is formulated as fuzzy linear
programming problem by replacing the crisp constraints and
objective function by fuzzy set and then by simply solving a
conventional LP problem which is equivalent to the
formulated FLP problem. In the present approach a LP
package is used to solve this problem.
The proposed method is a more reasonable method
of analysis which depends on fuzzy set theory for analyzing
different forecasted product demand scenarios. The
proposed method is more flexible than the other previously
proposed non-fuzzy methods. It is concluded that the
arbitrary reduction of fuzzy values to ordinary closed
intervals may result in misleading forecasts or unclear risky
decisions.
II. MATERIALS AND METHODS
A. Deterministic Machine Scheduling Problem
The profit maximization related machine scheduling
problem is basically a problem to determine Xij i.e the
number of hour machine j should be scheduled to produce
product variation i for all i & j so that profit for producing
the product variation i for all i on respective machine j for
all j is maximum subject to demand constraint for product
variation i during the next production period, considering
the production rate per hour of the machine j when
producing product variation i for all i & j maintained and
limit of machine available hours to produce the i variation
during the next production period on the machine j for all i
& j are also maintained.
B. Problem Considered
The following problem is considered for illustration purpose
of the proposed approach and is taken from ref.-6.
A plant has 4 machines each capable of producing 3
variations of a single product. The profit per hour when
producing the 3 variations on the respective machines are
given in Table-I. The production rates per hour of the 4
ON Fuzzy Linear Programming Technique Application
(IJSRD/Vol. 1/Issue 4/2013/0034)
All rights reserved by www.ijsrd.com 954
machines when producing the 3 variations of the products
are given in Table-II. The demand for 3 variations during
the next production period is expected to be 700, 500 & 400
units of variations 1, 2 & 3 respectively. The maximum
available hours to produce the 3 variations during the next
production period on the 4 machines are 90, 75, 90 & 85
hours.
Variation Machine
1 2 3 4
1 5 6 4 3
2 5 4 5 4
3 6 7 2 8
Table (1): Profit in money unit/hr. for each variation by
machine
Variation Machine (a)
1 2 3 4
1 8 2 4 9
2 7 6 6 3
3 4 8 5 2
Table (2): Production rate/hr. for each machine by variation
If we let Xij be the number of hours machine j should be
scheduled to produce variation i for all i & j, then the LP
model can be written as
MAXIMIZE F = 5X11+ 6X12 + 4X13
+ 3X14 + 5X21 + 4X22
+ 5X23 + 4X24 + 6X31
+ 7X32 + 2X33 + 8X34
Subject to
2) the demand constraint
8X11 + 2X12 + 4X13 + 9X14 = 700
7X21 + 6X22 + 6X23 + 3X24 = 500
4X31 + 8X32 + 5X33 + 2X34 = 400
And
3) the hour constraint
X11 + X21 + X31  90
X21 + X22 + X32  75
X13 + X23 + X33  90
X14 + X24 + X34  85
By applying rule mining algorithms, frequent itemsets are
generated from large data sets e.g. Apriori algorithm. It
takes so much computer time to compute all frequent
itemsets. We can solve this problem much efficiently by
using Genetic Algorithm (GA). GA performs global search
and the time complexity is less compared to other
algorithms. Genetic Algorithms (GAs) are adaptive heuristic
search & optimization method for solving both constrained
and unconstrained problems based on the evolutionary ideas
of natural selection and genetic. The main aim of this work
is to find all the frequent itemsets from given data sets using
genetic algorithm & compare the results generated by GA
with other algorithms. Population size, number of
generation, crossover probability, and mutation probability
are the parameters of GA which affect the quality of result
and time of calculation.
The above deterministic formulation can be simplified as
Maximize F = CX
Subject to
AX = b (1)
And DX  d
X  0
Where,
X = Control variable vector
F = Total profit to be maximized
C = Profit parameter vector
A = Constraints matrix relating to constraint (a)
b = R.H.S column vector relating to constraint (a)
d = R.H.S column vector relating to constraint (b)
D = Constraints matrix relating to constraint (b).
C. Fuzzy Linear Programming Approach
Fuzzy set theory is an extension of conventional crisp set
theory. Fuzzy set theory is now being widely used to
formulate optimization related industrial management
problems under uncertain conditions to obtain better
solutions to the problems.
In the proposed approach fuzzy linear
programming model is introduced to the machine scheduling
problem based on fuzzy constraints and fuzzy objective
function. Here the demand constraints for each product
variation are treated as fuzzy constraints because they are
related to uncertain forecasted demand of the product. The
fuzzy objective function is denoted by F
~
related to the total
profit. As the objective is to maximize the total profit, a
membership function for the fuzzy profit F
~
can be defined
such that a low profit is given a low membership value and a
high profit is given a high membership value.
The original deterministic LP formulation in
equation (1) is now reformulated as a partially fuzzy LP
formulation 1-5
.
Maximize F
~
= CX
Subject to
Ai X = bi , i = 1,2,……,N1
Dj X  dj , j = 1,2,……,N2 (2)
X  0
Where,
N1 = Number of product variation of a single
product
N2 = Number of machine
The method of solution of the above
equation (2) is as follows 1-5
.
Find a solution in such a way that,
1) the value of the objective function CX exceeds at
least the predetermined level bo and
2) the constraints AiX=bi, i=1,2,……,N1 are satisfied
as well as possible. While
3) the restriction DjX  dj, j=1,2,……,N2 are satisfied
strictly.
4) So the problem contains two types of fuzzy
constraints, which are stated as follows.
D. Fuzzy Constraints Related to The Expected Demand of
Product Variation
There are always errors in the forecasted demand of product
variation during the next production period. Therefore the
actual demand is the forecasted demand plus error ‘t’. Here
forecasted demand is crisp in nature but the error ‘t’ is
associated with fuzziness and is represented by a
membership function as shown in Fig.1. Larger error
ON Fuzzy Linear Programming Technique Application
(IJSRD/Vol. 1/Issue 4/2013/0034)
All rights reserved by www.ijsrd.com 955
indicates smaller degree of satisfaction. The degree of
satisfaction can be defined by by i(X), as follows.
1- (ti /Pi ) , Ai X= bi + ti , 0  ti < Pi
1+ (ti /Pi ) , Ai X= bi - ti , - Pi < ti  0
i(X) = 1 , Ai X= bi , ti =0
0, otherwise
Where, i(X) is the membership function with respect to the
ith
constraint and Pi is the maximum tolerable error in the
forecasted demand. In this approach Pi is taken as 10% of
the forecasted demand.
Fig. (1): Membership functions for product variation
demand.
E. Fuzzy Constraint Regarding Objective Function
In formulating this type of fuzzy constraints the total profit
is kept above a minimum level of profit, which is
determined by solving the conventional original LP problem
with full error condition of demand i.e. with actual
forecasted demand minus 10% of forecasted demand for
each variation of product. A high profit must be given a high
membership value and a low profit, low membership value.
Fig.2 shows the membership function of the profit where Po
is the maximum acceptable tolerance of the level bo. The
profit level bo is found by solving the conventional original
LP problem with zero error condition of demand. A
membership value of 1 is given for any profit greater than
the level bo. With the decrease in profit level from bo , the
membership value or degree of satisfaction will decrease
linearly to zero value. Here profit becomes equal to the
minimum level bo - Po. Below this value of profit the degree
of satisfaction is zero. The membership function of the
objective function is thus expressed as follows.
t0/ P0 , CX = b0 - t0 , - P0 < t0  01+
F
~ = 0 , CX  b0 – t0 , t0 = P0
1 , CX  b0 , t0 =0
F. Final Fuzzy Linear Programming Formulation
The max–min. formulation is used in the present approach
because it is widely used for optimization problem
formulations. A solution X to the FLP problem is a feasible
solution if it satisfies the crisp constraints, the fuzzy
constraints and fuzzy Objective function. As it is required to
be satisfied the objective function as well as the constraints
which are characterized by its membership functions, a
fuzzy decision is viewed as the intersection of fuzzy
constraints and fuzzy objective function. So the min-
operator [1] can be used to find the intersection of fuzzy
sets. Therefore the overall membership function for a fuzzy
decision X is expressed as
Fig. (2): Membership function for objective function.
If it is defined that the solution with highest degree of
membership to the fuzzy decision set is the best solution
then best solution X is
If  = d( X  ) & r(X) = [ )(~ XF
 , i(X) ] then the above
equation can be expressed as a typical LP problem.
max  = max min [r(X)]
Subject to
  [r(X)]
X  0.
Therefore the optimal solution X and  the membership
function associated with it can be determined by solving a
crisp LP Problem.
The above formulation can be represented in a
simplified form with context to the already formulated
problem as follows 1-5
:
Max (X)
Subject to
AX + t = b , A=Ai , b= bi , i = 0,1,2,……,N1
t  P , t = ti , P= Pi , i = 0,1,2,……,N1
DX  d , D = Dj , d = dj , j= 1,2,……,N2
X , t  0
where Ao corresponds to profit parameter vector. The crisp
representation of the above formulation is as follows 1-5
:
Max 
Subject to
P + t  P
 )(),(minmax)(max)( ~ XXXX iFdd  
ON Fuzzy Linear Programming Technique Application
(IJSRD/Vol. 1/Issue 4/2013/0034)
All rights reserved by www.ijsrd.com 956
AX + t = b
t  P
DX  d
X, t  0
III. RESULT AND DISCUSSION
The Table-III shows the detail results of crisp LP & FLP
approach. From the crisp LP result with zero error, the
objective function value is found to be 2062.02 & from the
result with full error the objective function value is found to
be 2056.79. The difference of this two is 5.23. Based on this
result & the developed model the following equations can be
written for the considered sample system.
MAX 
Subject to
 X 5.23 + Y1  5.23
5X11+ 6X12 + 4X13 + 3X14 + 5X21 + 4X22 + 5X23 +
4X24 + 6X31 + 7X32 + 2X33 + 8X34+ Y1 = 2062.02
`
0 Y1  5.23
 x 70 + Y2  70
8X11 + 2X12 + 4X13 + 9X14 + Y2 = 700
0 Y2  70
 x 50 + Y3  50
7X21 + 6X22 + 6X23 + 3X24 + Y3 = 500
0 Y3  50
 x 40 + Y4  40
4X31 + 8X32 + 5X33 + 2X34 + Y4 = 400
0 Y4  40
X11 + X21 + X31  90
X21 + X22 + X32  75
(a) X13 + X23 + X33  90
X14 + X24 + X34  85
The result of this model is shown in Table-III for different
error settings i.e. say for 60% error setting means 60% of
10% of forecasted demand. Comparing the result with crisp
LP, it shows that some changes in the obtained values, this
is due to the uncertainty of demand condition. The obtained
value of  and to for say minimum 50% error setting,
indicates that the solution satisfied with 0.5 degree of
satisfaction at to = 2.62. The total profit is calculated using
The variable values obtained to judge the effectiveness of
the proposed approach and it is checked that the
membership function value for this calculated profit is 0.5
and this profit occurs when to= 2.62. If the minimum error
setting is 80% then the membership function value is found
to be 0.2 and to= 4.19 which indicates a lower profit occurs
at to= 4.19. If the minimum error setting is 30% then the
membership function value is found to be 0.7 and to=1.57.
The problem is solved for different minimum error settings
varying from 0% to 100% and checked the effectiveness of
the proposed approach. It is found satisfactory at every
stage.
From the obtained result it is clear that the FLP
approach is more reasonable due to its flexibility and
capability of analysis for different forecasted demand
scenario. Moreover, FLP approach has the merits to
discriminate Between different values of variables inside a
given range
Var
iabl
e
Result
of crisp
LP
Result of FLP
Error setting
W
it
h
ze
ro
er
ro
r
W
it
h
fu
ll
er
ro
r
0
%
10
%
20
%
30
%
40
%
50
%
60
%
70
%
80
%
90
%
10
0
%
X11
70
.1
2
53
.9
3
70
.1
2
68
.5
0
66
.8
8
65
.2
6
63
.6
4
62
.0
2
60
.4
0
58
.7
8
57
.1
6
55
.5
4
53
.9
3
X12
56
.1
9
69
.2
9
56
.1
9
57
.5
0
58
.8
1
60
.1
7
61
.4
3
62
.7
4
64
.0
5
65
.3
6
66
.6
7
67
.9
8
69
.2
9
X13
6.
67
15
6.
67
7.
5
8.
33
9.
17
10
.0
0
10
.8
3
11
.6
7
12
.5
0
18
.3
3
14
.1
7
15
X14 0 0 0 0 0 0 0 0 0 0 0 0 0
X21 0 0 0 0 0 0 0 0 0 0 0 0 0
X22 0 0 0 0 0 0 0 0 0 0 0 0 0
X23
83
.3
3
75
83
.3
3
82
.5
0
81
.6
7
80
.8
3
80
74
.1
7
78
.3
3
77
.5
0
76
.6
7
75
.8
3
75
X24 0 0 0 0 0 0 0 0 0 0 0 0 0
X31
19
.8
8
36
.0
7
19
.8
8
21
.5
0
23
.1
2
24
.7
4
26
.3
6
27
.9
8
29
.6
0
31
.2
2
32
.8
4
34
.4
6
36
.0
7
X32
18
.8
1
5.
71
18
.8
1
17
.5
0
16
.1
9
14
.8
5
13
.5
7
12
.2
6
10
.9
5
9.
64
8.
33
7.
02
5.
71
X33 0 0 0 0 0 0 0 0 0 0 0 0 0
X34 85 85 85 85 85 85 85 85 85 85 85 85 85
Y1 - - 0
0.
52
1.
05
1.
57
2.
09
2.
62
3.
14
3.
66
4.
19
4.
71
5.
23
Y2 - - 0 7 14 21 28 35
42
.0
1
49
.0
1
56
.0
2
63
.0
2
70
Y3 - - 0 5 10 15 20 25 30 35 40 45 50
Y4 - - 0 4 8 12 16 20 24 28 32 36 40
 - -
1.
0
0.
9
0.
8
0.
7
0.
6
0.
5
0.
4
0.
3
0.
2
0.
1
0
Table (3): Result of crisp LP and FLP formulation
Via the variable membership is an important feature of the
FLP approach that cannot be obtained in crisp LP.
IV. CONCLUSION
The method proposed in this paper using fuzzy linear
programming to solve optimal machine scheduling problem
indicated that fuzzy modeling of demand of product
variation would help the industrial engineers to plan the
machine schedule in an uncertain environment. In real life
situation uncertainty in data is often encountered. The
available data are not sufficient for the solution of the
problem in most of the cases. The linguistic declaration
may be used to describe the validity of the data. Such type
of uncertainty is suitably modeled using fuzzy sets.
Forecasted demand of product in case of optimal machine
scheduling, is one area where this kind of uncertainty can be
encountered. The present FLP based approach helps the
engineers to incorporate such type of uncertainty in
forecasted demand of product for better solution.
After incorporating the fuzziness of product
demand and total profit a fuzzy linear programming model
is developed which can easily be transferred to an equivalent
crisp LP model and the problem is solved by solving a
standard crisp LP problem. This makes the proposed FLP
approach very efficient. The proposed approach is applied to
a sample problem and the result shows that the method is
very effective in obtaining the optimal solution of the
problem under imprecise product demand condition. The
ON Fuzzy Linear Programming Technique Application
(IJSRD/Vol. 1/Issue 4/2013/0034)
All rights reserved by www.ijsrd.com 957
study of the results for various minimum error conditions of
demand reveal that the solutions obtained by FLP approach
are correct. Finally, fuzzy set theory has the merits of
discriminate between different values of variable inside a
given range via the variable membership is an important
feature of the proposed approach that cannot be obtained in
the crisp LP. Moreover, the proposed method is flexible
enough for analyzing machine scheduling scenario under
uncertainty of product demand.
REFERENCES
[1] Zimmermann H.J., Description and optimization of
fuzzy systems, Int. J. General System, 2( 1976), pp 209-
215.
[2] Lu C.N., Leou R.C., Liu K.C. and Unum M., A load
flow and fuzzy linear programming based external
network modelling approach, IEEE Trans. On Power
Systems, Vol.9, No.3(1994), pp 1293-1301.
[3] Zimmermann H.J., Fuzzy programming and linear
programming with several objective functions, Fuzzy
sets and Systems, 1( 1978), pp 45-55.
[4] Hamacher H., Leberling H. and Zimmermann H.J.,
Sensitivity analysis in fuzzy linear programming, Fuzzy
sets and Systems, 1( 1978), pp 269-281.
[5] Tanaka H., Guo P. and Zimmermann H.J., Possibility
distribution of fuzzy decision variables obtained from
possibilistic linear programming problems, Fuzzy sets
and Systems, 113( 2000), pp 323-332.
[6] B.E. Gillet , Introduction to Operation Research – A
Computer Oriented Algorithmic Approach, Tata
McGraw Hill Publishing Co. Ltd., 1976.
[7] A Charnes and W.W. Cooper, Management Models and
Industrial Application of Linear programming, Vol.2,
Wiley, New York, 1961.
[8] G.J. Klir and T.A. Folger, Fuzzy sets, uncertainty and
information, Prentice Hall, 1988.

Más contenido relacionado

La actualidad más candente

Mech vii-operation research [06 me74]-notes
Mech vii-operation research [06 me74]-notesMech vii-operation research [06 me74]-notes
Mech vii-operation research [06 me74]-notesMallikarjunaswamy Swamy
 
A review on non traditional algorithms for job shop scheduling
A review on non traditional algorithms for job shop schedulingA review on non traditional algorithms for job shop scheduling
A review on non traditional algorithms for job shop schedulingiaemedu
 
Global optimization
Global optimizationGlobal optimization
Global optimizationbpenalver
 
Planning and Scheduling of a Corrugated Cardboard Manufacturing Process in IoT
Planning and Scheduling of a Corrugated Cardboard Manufacturing Process in IoTPlanning and Scheduling of a Corrugated Cardboard Manufacturing Process in IoT
Planning and Scheduling of a Corrugated Cardboard Manufacturing Process in IoTijtsrd
 
Application of or for industrial engineers
Application of or for industrial engineersApplication of or for industrial engineers
Application of or for industrial engineersHakeem-Ur- Rehman
 
Quantitative techniques
Quantitative techniquesQuantitative techniques
Quantitative techniquesAsif Bodla
 
Introduction to operations research
Introduction to operations researchIntroduction to operations research
Introduction to operations researchKamel Attar
 
Procurement Strategy for Manufacturing and JIT
Procurement Strategy for Manufacturing and JITProcurement Strategy for Manufacturing and JIT
Procurement Strategy for Manufacturing and JITIJERD Editor
 
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...irjes
 
Operation Research Techniques
Operation Research Techniques Operation Research Techniques
Operation Research Techniques Lijin Mathew
 
DAM assignment - LPP formulation, Graphical solution and Simplex Method
DAM assignment - LPP formulation, Graphical solution and Simplex MethodDAM assignment - LPP formulation, Graphical solution and Simplex Method
DAM assignment - LPP formulation, Graphical solution and Simplex MethodNeha Kumar
 
Modelling of Vendor Selection Problem for Radial Drilling Column by Fuzzy Inf...
Modelling of Vendor Selection Problem for Radial Drilling Column by Fuzzy Inf...Modelling of Vendor Selection Problem for Radial Drilling Column by Fuzzy Inf...
Modelling of Vendor Selection Problem for Radial Drilling Column by Fuzzy Inf...IJSRD
 
Sensitivity Analysis of Bread Production at Anifowose Bakery Industry, Offa, ...
Sensitivity Analysis of Bread Production at Anifowose Bakery Industry, Offa, ...Sensitivity Analysis of Bread Production at Anifowose Bakery Industry, Offa, ...
Sensitivity Analysis of Bread Production at Anifowose Bakery Industry, Offa, ...IRJET Journal
 
Operation research complete
Operation research completeOperation research complete
Operation research completeRohit Mishra
 

La actualidad más candente (20)

Mech vii-operation research [06 me74]-notes
Mech vii-operation research [06 me74]-notesMech vii-operation research [06 me74]-notes
Mech vii-operation research [06 me74]-notes
 
A review on non traditional algorithms for job shop scheduling
A review on non traditional algorithms for job shop schedulingA review on non traditional algorithms for job shop scheduling
A review on non traditional algorithms for job shop scheduling
 
H1302023840
H1302023840H1302023840
H1302023840
 
Global optimization
Global optimizationGlobal optimization
Global optimization
 
Planning and Scheduling of a Corrugated Cardboard Manufacturing Process in IoT
Planning and Scheduling of a Corrugated Cardboard Manufacturing Process in IoTPlanning and Scheduling of a Corrugated Cardboard Manufacturing Process in IoT
Planning and Scheduling of a Corrugated Cardboard Manufacturing Process in IoT
 
Application of or for industrial engineers
Application of or for industrial engineersApplication of or for industrial engineers
Application of or for industrial engineers
 
Lecture27 linear programming
Lecture27 linear programmingLecture27 linear programming
Lecture27 linear programming
 
linear programming
linear programminglinear programming
linear programming
 
Quantitative techniques
Quantitative techniquesQuantitative techniques
Quantitative techniques
 
Introduction to operations research
Introduction to operations researchIntroduction to operations research
Introduction to operations research
 
Procurement Strategy for Manufacturing and JIT
Procurement Strategy for Manufacturing and JITProcurement Strategy for Manufacturing and JIT
Procurement Strategy for Manufacturing and JIT
 
Multi item inventory model include lead time with demand dependent productio...
 Multi item inventory model include lead time with demand dependent productio... Multi item inventory model include lead time with demand dependent productio...
Multi item inventory model include lead time with demand dependent productio...
 
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
The (R, Q) Control of A Mixture Inventory Model with Backorders and Lost Sale...
 
Operation Research Techniques
Operation Research Techniques Operation Research Techniques
Operation Research Techniques
 
30420140503003
3042014050300330420140503003
30420140503003
 
DAM assignment - LPP formulation, Graphical solution and Simplex Method
DAM assignment - LPP formulation, Graphical solution and Simplex MethodDAM assignment - LPP formulation, Graphical solution and Simplex Method
DAM assignment - LPP formulation, Graphical solution and Simplex Method
 
Iy3416321635
Iy3416321635Iy3416321635
Iy3416321635
 
Modelling of Vendor Selection Problem for Radial Drilling Column by Fuzzy Inf...
Modelling of Vendor Selection Problem for Radial Drilling Column by Fuzzy Inf...Modelling of Vendor Selection Problem for Radial Drilling Column by Fuzzy Inf...
Modelling of Vendor Selection Problem for Radial Drilling Column by Fuzzy Inf...
 
Sensitivity Analysis of Bread Production at Anifowose Bakery Industry, Offa, ...
Sensitivity Analysis of Bread Production at Anifowose Bakery Industry, Offa, ...Sensitivity Analysis of Bread Production at Anifowose Bakery Industry, Offa, ...
Sensitivity Analysis of Bread Production at Anifowose Bakery Industry, Offa, ...
 
Operation research complete
Operation research completeOperation research complete
Operation research complete
 

Destacado

Vehicle route scheduling and transportation cost minimization in a latex indu...
Vehicle route scheduling and transportation cost minimization in a latex indu...Vehicle route scheduling and transportation cost minimization in a latex indu...
Vehicle route scheduling and transportation cost minimization in a latex indu...IJRES Journal
 
New microsoft power point presentation
New microsoft power point presentationNew microsoft power point presentation
New microsoft power point presentationRaj Patil
 
Efficient multicast delivery for data redundancy minimization
Efficient multicast delivery for data redundancy minimizationEfficient multicast delivery for data redundancy minimization
Efficient multicast delivery for data redundancy minimizationJayakrishnan U
 
Do you need quality construction craftsmen?
Do you need quality construction craftsmen?Do you need quality construction craftsmen?
Do you need quality construction craftsmen?Lee A. Clark
 
Optimizing profit with linear programming model
Optimizing profit with linear programming modelOptimizing profit with linear programming model
Optimizing profit with linear programming modelAmit Deshmukh
 
Application of linear programming techniques to practical
Application of linear programming techniques to practicalApplication of linear programming techniques to practical
Application of linear programming techniques to practicalAlexander Decker
 
Linear Programming: The Construction Problem
Linear Programming: The Construction ProblemLinear Programming: The Construction Problem
Linear Programming: The Construction Problembullardcr
 
Linear Programming on Digital Advertising
Linear Programming on Digital AdvertisingLinear Programming on Digital Advertising
Linear Programming on Digital AdvertisingA. Can Bengisu
 
Linear programming 1
Linear programming 1Linear programming 1
Linear programming 1Rezaul Karim
 
Lp simplex method example in construction managment
Lp simplex method example in construction managmentLp simplex method example in construction managment
Lp simplex method example in construction managmentNaghamNagham
 
Cost Minimization
Cost Minimization Cost Minimization
Cost Minimization tnblogspot
 
Construction Project Managment Techniques
Construction Project Managment TechniquesConstruction Project Managment Techniques
Construction Project Managment Techniquesguestc8140fe
 
Transportation Problem in Operational Research
Transportation Problem in Operational ResearchTransportation Problem in Operational Research
Transportation Problem in Operational ResearchNeha Sharma
 
Human Resource planning
Human Resource planningHuman Resource planning
Human Resource planningAnything Group
 

Destacado (16)

Vehicle route scheduling and transportation cost minimization in a latex indu...
Vehicle route scheduling and transportation cost minimization in a latex indu...Vehicle route scheduling and transportation cost minimization in a latex indu...
Vehicle route scheduling and transportation cost minimization in a latex indu...
 
20320140507011
2032014050701120320140507011
20320140507011
 
New microsoft power point presentation
New microsoft power point presentationNew microsoft power point presentation
New microsoft power point presentation
 
Efficient multicast delivery for data redundancy minimization
Efficient multicast delivery for data redundancy minimizationEfficient multicast delivery for data redundancy minimization
Efficient multicast delivery for data redundancy minimization
 
Do you need quality construction craftsmen?
Do you need quality construction craftsmen?Do you need quality construction craftsmen?
Do you need quality construction craftsmen?
 
Optimizing profit with linear programming model
Optimizing profit with linear programming modelOptimizing profit with linear programming model
Optimizing profit with linear programming model
 
Application of linear programming techniques to practical
Application of linear programming techniques to practicalApplication of linear programming techniques to practical
Application of linear programming techniques to practical
 
Man prod 1
Man prod 1Man prod 1
Man prod 1
 
Linear Programming: The Construction Problem
Linear Programming: The Construction ProblemLinear Programming: The Construction Problem
Linear Programming: The Construction Problem
 
Linear Programming on Digital Advertising
Linear Programming on Digital AdvertisingLinear Programming on Digital Advertising
Linear Programming on Digital Advertising
 
Linear programming 1
Linear programming 1Linear programming 1
Linear programming 1
 
Lp simplex method example in construction managment
Lp simplex method example in construction managmentLp simplex method example in construction managment
Lp simplex method example in construction managment
 
Cost Minimization
Cost Minimization Cost Minimization
Cost Minimization
 
Construction Project Managment Techniques
Construction Project Managment TechniquesConstruction Project Managment Techniques
Construction Project Managment Techniques
 
Transportation Problem in Operational Research
Transportation Problem in Operational ResearchTransportation Problem in Operational Research
Transportation Problem in Operational Research
 
Human Resource planning
Human Resource planningHuman Resource planning
Human Resource planning
 

Similar a ON Fuzzy Linear Programming Technique Application

chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptxDejeneDay
 
chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptxDejeneDay
 
Parallel Line and Machine Job Scheduling Using Genetic Algorithm
Parallel Line and Machine Job Scheduling Using Genetic AlgorithmParallel Line and Machine Job Scheduling Using Genetic Algorithm
Parallel Line and Machine Job Scheduling Using Genetic AlgorithmIRJET Journal
 
Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...
Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...
Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...CSCJournals
 
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow ProblemA Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow ProblemShubhashis Shil
 
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...iosrjce
 
chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptxDejeneDay
 
Operation Sequencing and Machining Parameter Selection in CAPP for Cylindrica...
Operation Sequencing and Machining Parameter Selection in CAPP for Cylindrica...Operation Sequencing and Machining Parameter Selection in CAPP for Cylindrica...
Operation Sequencing and Machining Parameter Selection in CAPP for Cylindrica...IRJET Journal
 
Chapter 2.Linear Programming.pdf
Chapter 2.Linear Programming.pdfChapter 2.Linear Programming.pdf
Chapter 2.Linear Programming.pdfTsegay Berhe
 
CHAPTER TWO - OPERATIONS RESEARCH (2).pptx
CHAPTER TWO - OPERATIONS RESEARCH (2).pptxCHAPTER TWO - OPERATIONS RESEARCH (2).pptx
CHAPTER TWO - OPERATIONS RESEARCH (2).pptxAynetuTerefe2
 
Cs 568 Spring 10 Lecture 5 Estimation
Cs 568 Spring 10  Lecture 5 EstimationCs 568 Spring 10  Lecture 5 Estimation
Cs 568 Spring 10 Lecture 5 EstimationLawrence Bernstein
 
Linear programming
Linear programmingLinear programming
Linear programmingHanna Elise
 
Bi criteria scheduling on parallel machines under fuzzy processing time
Bi criteria scheduling on parallel machines under fuzzy processing timeBi criteria scheduling on parallel machines under fuzzy processing time
Bi criteria scheduling on parallel machines under fuzzy processing timeboujazra
 
Parameter Estimation of Software Reliability Growth Models Using Simulated An...
Parameter Estimation of Software Reliability Growth Models Using Simulated An...Parameter Estimation of Software Reliability Growth Models Using Simulated An...
Parameter Estimation of Software Reliability Growth Models Using Simulated An...Editor IJCATR
 

Similar a ON Fuzzy Linear Programming Technique Application (20)

chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptx
 
chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptx
 
Ce25481484
Ce25481484Ce25481484
Ce25481484
 
G04502040047
G04502040047G04502040047
G04502040047
 
Table
TableTable
Table
 
Parallel Line and Machine Job Scheduling Using Genetic Algorithm
Parallel Line and Machine Job Scheduling Using Genetic AlgorithmParallel Line and Machine Job Scheduling Using Genetic Algorithm
Parallel Line and Machine Job Scheduling Using Genetic Algorithm
 
Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...
Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...
Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...
 
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow ProblemA Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
A Genetic Algorithm Based Approach for Solving Optimal Power Flow Problem
 
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...
A Hybrid Evolutionary Optimization Model for Solving Job Shop Scheduling Prob...
 
C017611624
C017611624C017611624
C017611624
 
chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptx
 
Operation Sequencing and Machining Parameter Selection in CAPP for Cylindrica...
Operation Sequencing and Machining Parameter Selection in CAPP for Cylindrica...Operation Sequencing and Machining Parameter Selection in CAPP for Cylindrica...
Operation Sequencing and Machining Parameter Selection in CAPP for Cylindrica...
 
Chapter 2.Linear Programming.pdf
Chapter 2.Linear Programming.pdfChapter 2.Linear Programming.pdf
Chapter 2.Linear Programming.pdf
 
CHAPTER TWO - OPERATIONS RESEARCH (2).pptx
CHAPTER TWO - OPERATIONS RESEARCH (2).pptxCHAPTER TWO - OPERATIONS RESEARCH (2).pptx
CHAPTER TWO - OPERATIONS RESEARCH (2).pptx
 
Cs 568 Spring 10 Lecture 5 Estimation
Cs 568 Spring 10  Lecture 5 EstimationCs 568 Spring 10  Lecture 5 Estimation
Cs 568 Spring 10 Lecture 5 Estimation
 
Linear programming
Linear programmingLinear programming
Linear programming
 
Bi criteria scheduling on parallel machines under fuzzy processing time
Bi criteria scheduling on parallel machines under fuzzy processing timeBi criteria scheduling on parallel machines under fuzzy processing time
Bi criteria scheduling on parallel machines under fuzzy processing time
 
N03430990106
N03430990106N03430990106
N03430990106
 
Production Scheduling in a Job Shop Environment with consideration of Transpo...
Production Scheduling in a Job Shop Environment with consideration of Transpo...Production Scheduling in a Job Shop Environment with consideration of Transpo...
Production Scheduling in a Job Shop Environment with consideration of Transpo...
 
Parameter Estimation of Software Reliability Growth Models Using Simulated An...
Parameter Estimation of Software Reliability Growth Models Using Simulated An...Parameter Estimation of Software Reliability Growth Models Using Simulated An...
Parameter Estimation of Software Reliability Growth Models Using Simulated An...
 

Más de ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Gridijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Thingsijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Lifeijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learningijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation Systemijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logsijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparatorsijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.ijsrd.com
 

Más de ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Último

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 

Último (20)

POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 

ON Fuzzy Linear Programming Technique Application

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 4, 2013 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 953 ON Fuzzy Linear Programming Technique Application Dr. R. S. Chanda1 1 University of Calcutta, Abstract— A solution approach based on fuzzy linear programming is proposed and applied to optimal machine scheduling problem. In this solution approach errors in the demand of various products during the next production period are considered to be fuzzy in nature. In conventional linear programming approach it is assumed that there is no error in the expected demand of various products. A fuzzy linear programming approach is proposed to obtain an optimal solution under fuzzy conditions. In the proposed method expected demand of products & profit are expressed by fuzzy set notations. The proposed fuzzy linear programming formulation is then transformed to an equivalent conventional linear programming problem and solutions obtained by solving this transformed linear programming problem. For illustration purpose the proposed method is applied to a profit maximization related machine scheduling problem. Keywords: Fuzzy set theory, Crisp linear Programming, Fuzzy linear Programming, Optimization, Membership function. I. INTRODUCTION The profit maximization related machine scheduling problems are normally solved by deterministic linear programming (LP) techniques. The main objective of profit maximization related machine scheduling problem is to obtain an optimal schedule of machine hours subject to the system constraints like demand constraints, hour constraints etc. The main drawback of deterministic approach is the assumption of fixed expected demand of various products values in the problem formulation. Actually in real-life situation uncertainties in data are often encountered. The expected demand of products cannot be represented by a probabilistic approach. Information regarding the expected demand of products may be limited to some linguistic declaration about the data e.g. expected demand of product ‘i’ is approximately 200 units during the next production period. This type of information is neither deterministic nor probabilistic. Such situation is more common in forecasting problems where reflection of data into the future is not stationary and human decisions are involved in an environment. Such type of data is said to be fuzzy and the nature of uncertainty is described as possibilistic. Moreover, researchers tend to search for some sort of flexible solution instead of for some kind of special solution that may be optimal for the expectancy of some variable but prove disastrous if the future does not come as expected which usually happens. In deterministic LP approaches production balance and machine running hour limits are maintained using forecasted expected demand of different variation of products. So for solving such problem expected demand must be a known parameter because it is an input parameter and it can only be known through forecasting. Errors are associated in the forecasted demands because the demand depends on the customer behavior. So the problem is how to solve such machine scheduling problem when the product demands are not crisp in nature. In this paper a fuzzy linear programming (FLP) based approach is proposed to solve such problems. Several applications of fuzzy linear programming (FLP) in different fields have been reported1-5 earlier using the basic concept of fuzzy set theory. Each variable is assigned a degree of membership for each possible value of the variable. In this paper fuzzy linear programming is applied to profit maximization related machine scheduling problem where forecasted demand of product and profit are expressed by the fuzzy set notations. To obtain the optimal solution of such problem the conventional linear programming (LP) problem is formulated as fuzzy linear programming problem by replacing the crisp constraints and objective function by fuzzy set and then by simply solving a conventional LP problem which is equivalent to the formulated FLP problem. In the present approach a LP package is used to solve this problem. The proposed method is a more reasonable method of analysis which depends on fuzzy set theory for analyzing different forecasted product demand scenarios. The proposed method is more flexible than the other previously proposed non-fuzzy methods. It is concluded that the arbitrary reduction of fuzzy values to ordinary closed intervals may result in misleading forecasts or unclear risky decisions. II. MATERIALS AND METHODS A. Deterministic Machine Scheduling Problem The profit maximization related machine scheduling problem is basically a problem to determine Xij i.e the number of hour machine j should be scheduled to produce product variation i for all i & j so that profit for producing the product variation i for all i on respective machine j for all j is maximum subject to demand constraint for product variation i during the next production period, considering the production rate per hour of the machine j when producing product variation i for all i & j maintained and limit of machine available hours to produce the i variation during the next production period on the machine j for all i & j are also maintained. B. Problem Considered The following problem is considered for illustration purpose of the proposed approach and is taken from ref.-6. A plant has 4 machines each capable of producing 3 variations of a single product. The profit per hour when producing the 3 variations on the respective machines are given in Table-I. The production rates per hour of the 4
  • 2. ON Fuzzy Linear Programming Technique Application (IJSRD/Vol. 1/Issue 4/2013/0034) All rights reserved by www.ijsrd.com 954 machines when producing the 3 variations of the products are given in Table-II. The demand for 3 variations during the next production period is expected to be 700, 500 & 400 units of variations 1, 2 & 3 respectively. The maximum available hours to produce the 3 variations during the next production period on the 4 machines are 90, 75, 90 & 85 hours. Variation Machine 1 2 3 4 1 5 6 4 3 2 5 4 5 4 3 6 7 2 8 Table (1): Profit in money unit/hr. for each variation by machine Variation Machine (a) 1 2 3 4 1 8 2 4 9 2 7 6 6 3 3 4 8 5 2 Table (2): Production rate/hr. for each machine by variation If we let Xij be the number of hours machine j should be scheduled to produce variation i for all i & j, then the LP model can be written as MAXIMIZE F = 5X11+ 6X12 + 4X13 + 3X14 + 5X21 + 4X22 + 5X23 + 4X24 + 6X31 + 7X32 + 2X33 + 8X34 Subject to 2) the demand constraint 8X11 + 2X12 + 4X13 + 9X14 = 700 7X21 + 6X22 + 6X23 + 3X24 = 500 4X31 + 8X32 + 5X33 + 2X34 = 400 And 3) the hour constraint X11 + X21 + X31  90 X21 + X22 + X32  75 X13 + X23 + X33  90 X14 + X24 + X34  85 By applying rule mining algorithms, frequent itemsets are generated from large data sets e.g. Apriori algorithm. It takes so much computer time to compute all frequent itemsets. We can solve this problem much efficiently by using Genetic Algorithm (GA). GA performs global search and the time complexity is less compared to other algorithms. Genetic Algorithms (GAs) are adaptive heuristic search & optimization method for solving both constrained and unconstrained problems based on the evolutionary ideas of natural selection and genetic. The main aim of this work is to find all the frequent itemsets from given data sets using genetic algorithm & compare the results generated by GA with other algorithms. Population size, number of generation, crossover probability, and mutation probability are the parameters of GA which affect the quality of result and time of calculation. The above deterministic formulation can be simplified as Maximize F = CX Subject to AX = b (1) And DX  d X  0 Where, X = Control variable vector F = Total profit to be maximized C = Profit parameter vector A = Constraints matrix relating to constraint (a) b = R.H.S column vector relating to constraint (a) d = R.H.S column vector relating to constraint (b) D = Constraints matrix relating to constraint (b). C. Fuzzy Linear Programming Approach Fuzzy set theory is an extension of conventional crisp set theory. Fuzzy set theory is now being widely used to formulate optimization related industrial management problems under uncertain conditions to obtain better solutions to the problems. In the proposed approach fuzzy linear programming model is introduced to the machine scheduling problem based on fuzzy constraints and fuzzy objective function. Here the demand constraints for each product variation are treated as fuzzy constraints because they are related to uncertain forecasted demand of the product. The fuzzy objective function is denoted by F ~ related to the total profit. As the objective is to maximize the total profit, a membership function for the fuzzy profit F ~ can be defined such that a low profit is given a low membership value and a high profit is given a high membership value. The original deterministic LP formulation in equation (1) is now reformulated as a partially fuzzy LP formulation 1-5 . Maximize F ~ = CX Subject to Ai X = bi , i = 1,2,……,N1 Dj X  dj , j = 1,2,……,N2 (2) X  0 Where, N1 = Number of product variation of a single product N2 = Number of machine The method of solution of the above equation (2) is as follows 1-5 . Find a solution in such a way that, 1) the value of the objective function CX exceeds at least the predetermined level bo and 2) the constraints AiX=bi, i=1,2,……,N1 are satisfied as well as possible. While 3) the restriction DjX  dj, j=1,2,……,N2 are satisfied strictly. 4) So the problem contains two types of fuzzy constraints, which are stated as follows. D. Fuzzy Constraints Related to The Expected Demand of Product Variation There are always errors in the forecasted demand of product variation during the next production period. Therefore the actual demand is the forecasted demand plus error ‘t’. Here forecasted demand is crisp in nature but the error ‘t’ is associated with fuzziness and is represented by a membership function as shown in Fig.1. Larger error
  • 3. ON Fuzzy Linear Programming Technique Application (IJSRD/Vol. 1/Issue 4/2013/0034) All rights reserved by www.ijsrd.com 955 indicates smaller degree of satisfaction. The degree of satisfaction can be defined by by i(X), as follows. 1- (ti /Pi ) , Ai X= bi + ti , 0  ti < Pi 1+ (ti /Pi ) , Ai X= bi - ti , - Pi < ti  0 i(X) = 1 , Ai X= bi , ti =0 0, otherwise Where, i(X) is the membership function with respect to the ith constraint and Pi is the maximum tolerable error in the forecasted demand. In this approach Pi is taken as 10% of the forecasted demand. Fig. (1): Membership functions for product variation demand. E. Fuzzy Constraint Regarding Objective Function In formulating this type of fuzzy constraints the total profit is kept above a minimum level of profit, which is determined by solving the conventional original LP problem with full error condition of demand i.e. with actual forecasted demand minus 10% of forecasted demand for each variation of product. A high profit must be given a high membership value and a low profit, low membership value. Fig.2 shows the membership function of the profit where Po is the maximum acceptable tolerance of the level bo. The profit level bo is found by solving the conventional original LP problem with zero error condition of demand. A membership value of 1 is given for any profit greater than the level bo. With the decrease in profit level from bo , the membership value or degree of satisfaction will decrease linearly to zero value. Here profit becomes equal to the minimum level bo - Po. Below this value of profit the degree of satisfaction is zero. The membership function of the objective function is thus expressed as follows. t0/ P0 , CX = b0 - t0 , - P0 < t0  01+ F ~ = 0 , CX  b0 – t0 , t0 = P0 1 , CX  b0 , t0 =0 F. Final Fuzzy Linear Programming Formulation The max–min. formulation is used in the present approach because it is widely used for optimization problem formulations. A solution X to the FLP problem is a feasible solution if it satisfies the crisp constraints, the fuzzy constraints and fuzzy Objective function. As it is required to be satisfied the objective function as well as the constraints which are characterized by its membership functions, a fuzzy decision is viewed as the intersection of fuzzy constraints and fuzzy objective function. So the min- operator [1] can be used to find the intersection of fuzzy sets. Therefore the overall membership function for a fuzzy decision X is expressed as Fig. (2): Membership function for objective function. If it is defined that the solution with highest degree of membership to the fuzzy decision set is the best solution then best solution X is If  = d( X  ) & r(X) = [ )(~ XF  , i(X) ] then the above equation can be expressed as a typical LP problem. max  = max min [r(X)] Subject to   [r(X)] X  0. Therefore the optimal solution X and  the membership function associated with it can be determined by solving a crisp LP Problem. The above formulation can be represented in a simplified form with context to the already formulated problem as follows 1-5 : Max (X) Subject to AX + t = b , A=Ai , b= bi , i = 0,1,2,……,N1 t  P , t = ti , P= Pi , i = 0,1,2,……,N1 DX  d , D = Dj , d = dj , j= 1,2,……,N2 X , t  0 where Ao corresponds to profit parameter vector. The crisp representation of the above formulation is as follows 1-5 : Max  Subject to P + t  P  )(),(minmax)(max)( ~ XXXX iFdd  
  • 4. ON Fuzzy Linear Programming Technique Application (IJSRD/Vol. 1/Issue 4/2013/0034) All rights reserved by www.ijsrd.com 956 AX + t = b t  P DX  d X, t  0 III. RESULT AND DISCUSSION The Table-III shows the detail results of crisp LP & FLP approach. From the crisp LP result with zero error, the objective function value is found to be 2062.02 & from the result with full error the objective function value is found to be 2056.79. The difference of this two is 5.23. Based on this result & the developed model the following equations can be written for the considered sample system. MAX  Subject to  X 5.23 + Y1  5.23 5X11+ 6X12 + 4X13 + 3X14 + 5X21 + 4X22 + 5X23 + 4X24 + 6X31 + 7X32 + 2X33 + 8X34+ Y1 = 2062.02 ` 0 Y1  5.23  x 70 + Y2  70 8X11 + 2X12 + 4X13 + 9X14 + Y2 = 700 0 Y2  70  x 50 + Y3  50 7X21 + 6X22 + 6X23 + 3X24 + Y3 = 500 0 Y3  50  x 40 + Y4  40 4X31 + 8X32 + 5X33 + 2X34 + Y4 = 400 0 Y4  40 X11 + X21 + X31  90 X21 + X22 + X32  75 (a) X13 + X23 + X33  90 X14 + X24 + X34  85 The result of this model is shown in Table-III for different error settings i.e. say for 60% error setting means 60% of 10% of forecasted demand. Comparing the result with crisp LP, it shows that some changes in the obtained values, this is due to the uncertainty of demand condition. The obtained value of  and to for say minimum 50% error setting, indicates that the solution satisfied with 0.5 degree of satisfaction at to = 2.62. The total profit is calculated using The variable values obtained to judge the effectiveness of the proposed approach and it is checked that the membership function value for this calculated profit is 0.5 and this profit occurs when to= 2.62. If the minimum error setting is 80% then the membership function value is found to be 0.2 and to= 4.19 which indicates a lower profit occurs at to= 4.19. If the minimum error setting is 30% then the membership function value is found to be 0.7 and to=1.57. The problem is solved for different minimum error settings varying from 0% to 100% and checked the effectiveness of the proposed approach. It is found satisfactory at every stage. From the obtained result it is clear that the FLP approach is more reasonable due to its flexibility and capability of analysis for different forecasted demand scenario. Moreover, FLP approach has the merits to discriminate Between different values of variables inside a given range Var iabl e Result of crisp LP Result of FLP Error setting W it h ze ro er ro r W it h fu ll er ro r 0 % 10 % 20 % 30 % 40 % 50 % 60 % 70 % 80 % 90 % 10 0 % X11 70 .1 2 53 .9 3 70 .1 2 68 .5 0 66 .8 8 65 .2 6 63 .6 4 62 .0 2 60 .4 0 58 .7 8 57 .1 6 55 .5 4 53 .9 3 X12 56 .1 9 69 .2 9 56 .1 9 57 .5 0 58 .8 1 60 .1 7 61 .4 3 62 .7 4 64 .0 5 65 .3 6 66 .6 7 67 .9 8 69 .2 9 X13 6. 67 15 6. 67 7. 5 8. 33 9. 17 10 .0 0 10 .8 3 11 .6 7 12 .5 0 18 .3 3 14 .1 7 15 X14 0 0 0 0 0 0 0 0 0 0 0 0 0 X21 0 0 0 0 0 0 0 0 0 0 0 0 0 X22 0 0 0 0 0 0 0 0 0 0 0 0 0 X23 83 .3 3 75 83 .3 3 82 .5 0 81 .6 7 80 .8 3 80 74 .1 7 78 .3 3 77 .5 0 76 .6 7 75 .8 3 75 X24 0 0 0 0 0 0 0 0 0 0 0 0 0 X31 19 .8 8 36 .0 7 19 .8 8 21 .5 0 23 .1 2 24 .7 4 26 .3 6 27 .9 8 29 .6 0 31 .2 2 32 .8 4 34 .4 6 36 .0 7 X32 18 .8 1 5. 71 18 .8 1 17 .5 0 16 .1 9 14 .8 5 13 .5 7 12 .2 6 10 .9 5 9. 64 8. 33 7. 02 5. 71 X33 0 0 0 0 0 0 0 0 0 0 0 0 0 X34 85 85 85 85 85 85 85 85 85 85 85 85 85 Y1 - - 0 0. 52 1. 05 1. 57 2. 09 2. 62 3. 14 3. 66 4. 19 4. 71 5. 23 Y2 - - 0 7 14 21 28 35 42 .0 1 49 .0 1 56 .0 2 63 .0 2 70 Y3 - - 0 5 10 15 20 25 30 35 40 45 50 Y4 - - 0 4 8 12 16 20 24 28 32 36 40  - - 1. 0 0. 9 0. 8 0. 7 0. 6 0. 5 0. 4 0. 3 0. 2 0. 1 0 Table (3): Result of crisp LP and FLP formulation Via the variable membership is an important feature of the FLP approach that cannot be obtained in crisp LP. IV. CONCLUSION The method proposed in this paper using fuzzy linear programming to solve optimal machine scheduling problem indicated that fuzzy modeling of demand of product variation would help the industrial engineers to plan the machine schedule in an uncertain environment. In real life situation uncertainty in data is often encountered. The available data are not sufficient for the solution of the problem in most of the cases. The linguistic declaration may be used to describe the validity of the data. Such type of uncertainty is suitably modeled using fuzzy sets. Forecasted demand of product in case of optimal machine scheduling, is one area where this kind of uncertainty can be encountered. The present FLP based approach helps the engineers to incorporate such type of uncertainty in forecasted demand of product for better solution. After incorporating the fuzziness of product demand and total profit a fuzzy linear programming model is developed which can easily be transferred to an equivalent crisp LP model and the problem is solved by solving a standard crisp LP problem. This makes the proposed FLP approach very efficient. The proposed approach is applied to a sample problem and the result shows that the method is very effective in obtaining the optimal solution of the problem under imprecise product demand condition. The
  • 5. ON Fuzzy Linear Programming Technique Application (IJSRD/Vol. 1/Issue 4/2013/0034) All rights reserved by www.ijsrd.com 957 study of the results for various minimum error conditions of demand reveal that the solutions obtained by FLP approach are correct. Finally, fuzzy set theory has the merits of discriminate between different values of variable inside a given range via the variable membership is an important feature of the proposed approach that cannot be obtained in the crisp LP. Moreover, the proposed method is flexible enough for analyzing machine scheduling scenario under uncertainty of product demand. REFERENCES [1] Zimmermann H.J., Description and optimization of fuzzy systems, Int. J. General System, 2( 1976), pp 209- 215. [2] Lu C.N., Leou R.C., Liu K.C. and Unum M., A load flow and fuzzy linear programming based external network modelling approach, IEEE Trans. On Power Systems, Vol.9, No.3(1994), pp 1293-1301. [3] Zimmermann H.J., Fuzzy programming and linear programming with several objective functions, Fuzzy sets and Systems, 1( 1978), pp 45-55. [4] Hamacher H., Leberling H. and Zimmermann H.J., Sensitivity analysis in fuzzy linear programming, Fuzzy sets and Systems, 1( 1978), pp 269-281. [5] Tanaka H., Guo P. and Zimmermann H.J., Possibility distribution of fuzzy decision variables obtained from possibilistic linear programming problems, Fuzzy sets and Systems, 113( 2000), pp 323-332. [6] B.E. Gillet , Introduction to Operation Research – A Computer Oriented Algorithmic Approach, Tata McGraw Hill Publishing Co. Ltd., 1976. [7] A Charnes and W.W. Cooper, Management Models and Industrial Application of Linear programming, Vol.2, Wiley, New York, 1961. [8] G.J. Klir and T.A. Folger, Fuzzy sets, uncertainty and information, Prentice Hall, 1988.