Difficulty: Easy
Correct Answer: True
Explanation:
ConceptThe transportation problem is a classic LP. Line balancing can be formulated as an integer/linear program (assigning tasks to stations subject to precedence and cycle-time constraints).
ImplicationTherefore, LP-based formulations apply to both problems, although heuristics are often used in practice for line balancing.
Final AnswerTrue
Discussion & Comments