You are on page 1of 1

Linear programming (LP): is a method to achieve the best (optimal) outcome in a problem

described by linear relationships.

Linear Objective function: minimize distance

Z=f(x)

Linear Constraints: Fuel, delivery times, time

H(x) = 0
g(x) < 0

Graphic method

Simple and easy. Problem: limited to LP problems with 2 decision variables.

Define decision variables

Objective function

Goal

Restraints

Step 1: Graphically determine the feasible region

Feasible region: set of all feasible solutions of the LP problem. All the points (X, Y) that satisfy the
constraints of the problem.

Simplex method

Standard form: equalities, max, and all positive. So we need to transform it.

From min o max: change the signs z=-2x1 + 3x2 --- -z=+2x1-3x2

Inequalities to equalities: Slack and surplus variables.

X1 – 3x2 + 2x3 + S1 = 3

-X1 + 2x2 – S2 = 2

X2, x3, S1, S2 > 0

You might also like