nonheuristics
Nonheuristics refers to approaches in problem-solving and artificial intelligence that do not rely on heuristic methods. Heuristics are essentially rules of thumb or educated guesses that guide decision-making, often by simplifying complex problems or by prioritizing certain paths. In contrast, nonheuristic methods aim for guaranteed solutions or systematic exploration without using such shortcuts.
One prominent example of a nonheuristic approach is brute-force search. This method explores every possible solution
In contrast to heuristics, which can be faster but may not always yield the optimal or even