Jump to content

Course:MATH340/Archive/2010-2011/921

From UBC Wiki
Faculty of Science
Department of Mathematics
Course Archive 2010-2011
MATH 340 / 921
Introduction to Linear Programming
Instructor: Tom Meyerovitch
email
Office: West Mall Annex, Room 107
Class schedule: Tue Thu Fri<br\>14:00 - 16:00
Classroom: LSK 201
Office hours: Mon 14:00 - 16:00
Fri 16:00 - 17:00
Course pages


Terms

linear function f(x1,,xn)=c1x1++cnxn=i=1ncixi

linear inequality f(x1,,xn)b,f(x1,,xn)b

linear equation f(x1,,xn)=b

standard form of LP problem

maximize i=1mcixi

subject to

i=1majixibj(j=1,2,,n)xi0(i=1,2,,m)


objective function of LP is i=1mcixi

feasible solutions of LP are x1,,xm


optimal solution maximizing or minimizing the objective function and the value of the objective function at an optimal solution is an optimal value

infeasible LP is the one without a feasible solution, i.e. the polytope defined by the equalities and inequalities is the empty set.

unbounded LP is the one that it's corresponding polytope is unbounded.

Note: optimal values occur at the vertices of the polytope, i.e. at the extremal points or at points at infinity.

slack variables of the inequality f(x)b is y=bf(x) and the old variables x=(x1,,xm) are called decision variables.