Re: PGExplainer - a Minimal SudokuExplainer, in 56,712 bytes by creint » Sat Oct 21, 2023 8:26 am Take https://github.com/1to9only/PGExplainerAdd file SmallestHintsAccumulator.java (taken and edited from SukakuExplainer) Hidden Text: Show In solver.java add Hidden Text: Show ...
https://github.com/divelab/DIG/tree/main/dig/xgraph/PGExplainer Reproducing: Parameterized Explainer for Graph NeuralNetwork https://openreview.net/forum?id=tt04glo-VrT Code: https://openreview.net/attachment?id=tt04glo-VrT&name=supplementary_material GitLab https://git.gtapp.xyz/zhangying/p...
PGExplainer is a Minimal SudokuExplainer, to rate (ER/EP/ED) sudoku puzzles. It is Nicolas Juillerat's SudokuExplainer 1.2.1, with Glenn Fowler's serate code (SE 1.2.1.3), with the multi-threaded chaining code from SukakuExplainer, and with a number of additional code changes by me. Al...