Exercise
Let's try the Four Queens problem. It's a 4x4 board, and you need to place 4 queens so they can't take each other.
What do the variables look like?
What are the domains of the variables?
Can you give me a solution?