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
- Knoblich, G., Ohlsson, S., Haider, H., & Rhenius, D. (1999). Constraint relaxation and chunk decomposition in insight problem solving. Journal of Experimental Psychology: Learning, Memory, and Cognition, 25(6), 1534-1555.
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
7 days free, then $40/month (~$1.30/day).
More practices for Constraint Relaxation: Escaping the Walls You Built Yourself
- Make your constraints explicit before solving
Write out every assumption and rule you are treating as fixed — most problem-solvers carry invisible constraints they never surface.
- Break apart perceptual chunks that may be blocking you
If a problem object looks like one thing, try perceiving it as separate parts with separate functions.
- Schedule deliberate breaks to trigger unconscious constraint relaxation
Step away from a stuck problem with a clear intention to return — breaks allow representational change to happen below awareness.
- Seek analogies from maximally distant domains
The further the analogy’s domain from your problem, the more likely it is to break your current representation.
- Treat failed attempts as constraint-locators rather than dead ends
Each failed approach tells you precisely where the active constraint lives — mine that information before trying again.
Related concepts
- Problem Reframing: Solving the Right Problem First
Why the problem you first name is rarely the problem worth solving
- TRIZ: Systematic Invention and the Logic of Contradictions
Contradiction mapping, inventive principles, and why the best solutions eliminate trade-offs rather than manage them
- Osborn’s Brainstorming Rules, Made Practical
The original four rules, the mechanisms behind them, and what the research actually shows