Problem
Suppose you are given the following CSP: you must schedule classes for a university. Each class has a specific time duration, and the university has specified that no two classes can be scheduled in the same room at the same time. Using constraint propagation, find a solution to this CSP.