CSP Question
You are in charge of scheduling for computer science classes that meet Mondays, 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:
• Class 1 - Intro to Programming: meets from 8:00-9:00am
•Class 2 - Intro to Artificial Intelligence: meets from 8:30-9:30am
•Class 3 - Natural Language Processing: meets from 9:00-10:00am
•Class 4 - Computer Vision: meets from 9:00-10:00am
•Class 5 - Machine Learning: meets from 9:30-10:30am
The professors are:
•Professor A, who is available to teach Classes 3 and 4.
•Professor B, who is available to teach Classes 2, 3, 4, and 5.
•Professor C, who is available to teach Classes 1, 2, 3, 4, 5.
Show the domains of the variables after running arc-consistency on this initial graph (after having already enforced any unary constraints). And Give one solution to this CSP
Get Answers For Free
Most questions answered within 1 hours.