miguel-ambrona / D3-Chess

Chess Unwinnability Analyzer is an implementation of a decision procedure for checking whether there exists a sequence of legal moves that allows a certain player to checkmate their opponent in a given chess position.
https://chasolver.org
GNU General Public License v3.0
51 stars 8 forks source link

Remove check on "lonely_pawns" in semistatic [is_unwinnable] routine - Fixes #37 #38

Closed miguel-ambrona closed 1 year ago

miguel-ambrona commented 1 year ago

Some positions contain lonely pawns and are statically unwinnable. See Issue #37.