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