Hacker News new | ask | show | jobs
by TylerE 1740 days ago
A-B pruning is a technique from chess engines.

Basically, you do a breadth-first full recursive solve, but bail out of any branch that is clearly worse than other candidates.