SudokuMonster

Results 7 issues of SudokuMonster

@1to9only reporting the bug: > This SukakuExplainer (private build, version 1.17.11) solves this X-Windoku **incorrectly**, and chokes up... > > ``` > .......1.....2...3.........4....3.......5...6....1.........78......6........32... ED=20.0/9.4/2.9 > 23954671851792864368437125942568397197125438686371942535.19786279246513.146832597 > ``` > >...

Added several variants visibleCellIndex and visibleCellSets are updated by calling changeVisibleCells. isVanilla() will be used throughout the code to minimizes un-necessary check for different variants when in vanilla sudoku mode....

enhancement

--FCPlus=N (-P) con trolls non trivial implication to add in FC+ and nested chains -P0 (default; similar to SE121): ``` otherRules.add(new Locking(false)); otherRules.add(new HiddenSet(2, false)); otherRules.add(new NakedSet(2)); otherRules.add(new Fisherman(2)); ```...

enhancement

``` Example of Batch solving having a higher rating due to elimination of candidates needed for a lower ranked technique elimination: (Uniqueness & cycles) v1.11.3 2019-11-24 S t0 T Q0...

wontfix

I added the WXYZ wing … Sunny-Shine's repository forked into our repository for reference New additions are in Branch "Sunny-shine" The changes which were made to Grid, Cell made the...

How big is a task of adding an -e"Boolean argument" to the command line solver? These can evaluate imported or public integers/strings/Boolean objects or even some final formatting parameters like...

enhancement
question