Question what moves and operations are permitted
Challenge the implicit rules about which actions are allowed — often the "forbidden" move is the solution.
Why it works
Many problems define an implicit set of "operators" — permitted moves or transformations. Solvers over-learn the standard operators and fail to generate solutions requiring non-standard ones. Constraint relaxation research shows that explicitly asking "what if I were allowed to do X?" lowers the threshold for generating operator-violating candidates that turn out to be both permissible and effective.
How to do it
- List the moves you have been making or considering (the operators you’ve been using).
- Ask: "What operations am I not allowing myself? Why not?"
- For each forbidden operation, ask: "Is it actually prohibited by the problem, or just unfamiliar?"
- If it’s merely unfamiliar, generate at least one solution using it.
Evidence
Operator relaxation is one of two primary mechanisms (with chunk decomposition) identified in Knoblich et al.’s representational change framework. Problems whose solutions require relaxing operator constraints show predictable patterns of difficulty in experimental subjects. (observational)
Lab evidence is solid; real-world application depends on the solver’s ability to accurately identify which constraints are operator-type vs. structural, which requires practice.
Sources
- Knoblich et al. (1999), constraint relaxation and chunk decomposition in insight problem solving, Journal of Experimental Psychology: Learning, Memory, and Cognition
Common mistake
Assuming that the permitted operations are obvious from the problem statement, when they are actually defined by professional norms, habit, or institutional culture that goes unexamined.
Practice this with IX Coach
IX Coach explicitly surfaces the unspoken rules about which moves are permitted in your situation, inviting you to test whether those rules are real or assumed.
7 days free, then $40/month (~$1.30/day).