Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M11376

Exhaustive Method

Exhaustive Method
StructureHigh supportLogic
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

Systematically traverse all possible options, check them one by one, and ensure no omissions. Includes variants: exhaustive elimination.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

The dumbest but most reliable. When the problem space is exhaustible, exhaustive search guarantees finding the answer (if it exists).

anchor

Anchor fast decisions

When the solution space is finite and enumerable, checking all candidates one by one ensures no omissions, and if a solution exists, it will be found. The cost is exponential growth with scale, so it is suitable for problems with controllable space.

MINIMUM ACTION

In progress 0/1

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    zh.wikipedia.orghttps://zh.wikipedia.org/wiki/%E7%A9%B7%E4%B8%BE%E6%B3%95ZH · Explicit
    verified

RELATED MODELS