Question 1
Four team members (David, Alice, Charlie, Eva) must be assigned to four unique tasks (Documentation, Testing, Deployment, Design). The assignments must follow these rules:
1. David must handle Documentation.
2. Alice cannot handle Design.
3. Charlie and Eva must be adjacent in (Documentation → Testing → Deployment → Design).
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.