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