KyouyamaKazusa0805 / Sudoku

A sudoku solver using brute forces and logical techniques.
https://t.sudoku-studio.wiki
MIT License
114 stars 28 forks source link

Deprecate `AlmostLockedSetsXzStepSearcher` and related searchers #735

Closed KyouyamaKazusa0805 closed 1 month ago

KyouyamaKazusa0805 commented 1 month ago

Such types will be replaced with chaining step searchers, in order to avoid duplicate searching.

In addition, ALS-chaining-like searchers may contain some potential bugs that I've forgotten whether they've already fixed or not.

Mark them as [Obsolete], but I don't remove them from API.