Linear Programming - Model Formulation & Graphical Method

General Linear Programming Problem

Consider the following

Optimize (maximize or minimize)
z = c1x1 + c2x2 + c3x3 + .........+ cnxn

subject to

a11x1 + a12x2 + a13x3 + .........+ a1nxn ( £, =, ³ ) b1
a21x1 + a22x2 + a23x3 + .........+ a2nxn ( £, =, ³ ) b2
...................................................................................
am1x1 + am2x2 + am3x3 + .........+ amnxn ( £, =, ³ ) bm
x1, x2,....., xn ³ 0

"Mathematical structures are among the most beautiful discoveries made by the human mind" - Douglas Hofstadter

A word of guidance

If you have never taken a statistics course, then you will probably find the following å notation strange, and perhaps even puzzling. To properly understand the text, read the text atleast twice.

In å notation, it is written as

Optimize (maximize or minimize) z = cjxj

subject to
aijxj ( £, =, ³ ) bi; i = 1, 2, ....., m (constraints)

xj ³ 0; j = 1, 2, ....., n (non-negative restrictions)

The å summation symbol considerably reduces the amount of writing lengthy expressions.

Where all cj's, aij's, bi's are constants and xj's are decision variables. The expression ( £, =, ³ ) means that each constraint may take only one of the three possible forms:

  • less than or equal to (£)
  • equal to (=)
  • greater than or equal to (³)

The expression xj ³ 0 means that the xj's must be non-negative.

 


Operations Research Contents
   
Copyright © www.universalteacher.com