Difficulty: Easy
Correct Answer: True
Explanation:
Concept
The 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).
Implication
Therefore, LP-based formulations apply to both problems, although heuristics are often used in practice for line balancing.
Final Answer
True
Discussion & Comments