Question 1
Four team members (David, Eva, Alice, Bob) must be assigned to four unique tasks (Documentation, Deployment, Design, Testing). The assignments must follow these rules:
1. David must handle Documentation.
2. Eva cannot handle Testing.
3. Alice and Bob must be adjacent in (Documentation → Deployment → Design → Testing).
Based on the constraints, which statement MUST be true?
No valid schedule found given the constraints. The only guaranteed assignment is: David must handle Documentation.
If the constraints cannot all be satisfied, fallback is to force rule 1's assignment.
If the constraints cannot all be satisfied, fallback is to force rule 1's assignment.