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