Linear Programming Notes
Linear Programming Notes
L
Linear programming
• A linear programming problem (also known as a linear
optimization problem) involves a linear objective function,
which is the function that must be maximized or minimized
P=50(8)+75(4)=700 at (x,y)=(8,4)
P=50(12)+75(0)=600 at (x,y)=(12,0)
The task is to find the ordered pair that satisfies all the
constraints and gives the smallest value of C.
The vertices (or corner points) in the feasible region together
with the corresponding values of the objective function
C=3x+4y
are
The minimum value of the objective function is C=3, which
occurs at the point whose coordinates are (1,0).