Question 1
Four team members (Charlie, Eva, Alice, David) must be assigned to four unique tasks (Testing, Design, Deployment, Documentation). The assignments must follow these rules:
1. Charlie must handle Testing.
2. Eva cannot handle Documentation.
3. Alice and David must be adjacent in (Testing → Design → Deployment → Documentation).
Based on the constraints, which statement MUST be true?
No valid schedule found given the constraints. The only guaranteed assignment is: Charlie must handle Testing.
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.