Which of the following methods can be used to solve the assembly line scheduling problem?
Recursion
Brute force
Dynamic programming
All of the mentioned
View Answer
Correct Answer: D — All of the mentioned
Explanation:
All of the above mentioned methods can be used to solve the assembly line scheduling problem.
