Can create an artificial planning problem by introducing ``operators'' that place or move queens. Goal is to satisfy all constraints. Can use search (given operators).
Different from planning: path to goal is irrelevant.
Is it solvable for n=1? n=2? n=3? n=4?
Note that constraints are easy to check even though it's hard to find a satisfactory configuration!