Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are in charge of scheduling for computer science classes that meet Mon- days, Wednesdays and Fridays. There are 5 classes that meet on these
You are in charge of scheduling for computer science classes that meet Mon- days, Wednesdays and Fridays. There are 5 classes that meet on these days and 3 professors who will be teaching these classes. You are constrained by the fact that each professor can only teach one class at a time. The classes are: 1. Class 1 - Intro to Programming: meets from 8:00-9:00am 2. Class 2 - Intro to Artificial Intelligence: meets from 8:30-9:30am 3. Class 3 - Natural Language Processing: meets from 9:00-10:00am 4. Class 4 - Computer Vision: meets from 9:00-10:00am 5. Class 5 - Machine Learning: meets from 10:30-11:30am The professors are: 1. Professor A, who is qualified to teach Classes 1, 2, and 5. 2. Professor B, who is qualified to teach Classes 3, 4, and 5. 3. Professor C, who is qualified to teach Classes 1, 3, and 4. Formulate this problem as a CSP problem in which there is one variable per class, stating the domains (after enforcing unary constraints), and binary constraints. Constraints should be specified formally and precisely, but may be implicit rather than explicit
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started