Introduction
Introduction
Introduction
Introduction
Napat Rujeerapaiboon
Semester I, AY2019/2020
Course Information
minimize f (x)
subject to x ∈ X ,
where
• x ∈ Rn are the decision variables
• f : Rn → R is the objective function (e.g., cost)
• X ⊆ Rn is the feasible set (set of admissible decisions)
Linear Programming (LP)
• Decision variables
• x1 = weekly production of A (in tons)
• x2 = weekly production of C (in tons)
• Objective function
• f (x1 , x2 ) = weekly profit (in 1000 $)
• Feasible set
• X = set of all implementable/admissible production plans
x = (x1 , x2 )
• e.g., x = (27, 2) is not possible (not enough supply!)
Example 1 (Decision Variables)
⇒ P: x1 = 0, x2 = 6 is optimal.