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

Full analysis improvement #39

Closed viktpal closed 1 year ago

viktpal commented 1 year ago

The check has failed because this commit solved more positions than the current version of the tool.

miguel-ambrona commented 1 year ago

The check has failed because this commit solved more positions than the current version of the tool.

Yes, you can run make run-test and then make promote-output. Then commit also the new test.output file.

I'm a bit busy during the week, I'll have a look at this PR ASAP.

miguel-ambrona commented 1 year ago

Thank you so much for this contribution!