Linear Programming Model Workforce
Linear Programming Model Workforce
This document presents the linear programming formulation for determining the optimal
workforce schedule for a small business. The problem involves scheduling full-time and
part-time employees to meet daily labor requirements while minimizing costs.
Decision Variables
Let:
- x₁, x₂, x₃, x₄, x₅, x₆, x₇: The number of full-time employees starting work on Monday,
Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday, respectively.
- y: The number of part-time employees hired.
Objective Function
Minimize total labor cost:
Z = 5 × 8 × 15 × (x₁ + x₂ + x₃ + x₄ + x₅ + x₆ + x₇) + 5 × 4 × 10 × y
Constraints
1. Daily Labor Requirements:
The total hours worked by part-time employees cannot exceed 25% of the weekly labor
requirements:
5 × 4 × y ≤ 0.25 × (8 × (17 + 13 + 15 + 19 + 14 + 16 + 11))
3. Non-Negativity: