1. Operational Terms
Linear Programming deals with optimizing resources under specified constraint barriers.
Objective Function: Z = ax + by
This is the primary equation targeted for maximization (such as maximizing profit) or minimization (such as minimizing production costs).
Constraints: System of linear inequalities (e.g.,
x + y ≤ 5, 2x - y ≥ 0) along with non-negative restrictions (x ≥ 0, y ≥ 0) which force the solution space into the first quadrant.