Activity for sukakuexplainer

  • John Dalbey John Dalbey committed [r27]

    Grid.java add static normalize method

  • John Dalbey John Dalbey committed [r26]

    runanalyzer.bash updated to accept command line parameters.

  • John Dalbey John Dalbey committed [r25]

    SudokuFrame.java Revised error message text to suggest letter prefix.

  • John Dalbey John Dalbey committed [r24]

    Update Analyzer to use tweaked scoring.

  • John Dalbey John Dalbey committed [r23]

    Tweak scoring to consider empty cell count in difficulty for HiddenSingleRC.

  • John Dalbey John Dalbey committed [r22]

    Calculate and Display board total score label in GUI.

  • John Dalbey John Dalbey committed [r21]

    Add Print Capability! View in browser and output to printer.

  • John Dalbey John Dalbey committed [r20]

    Fix issue#1. Update GenerateDialog Difficulty enum, and update all hint.java getDifficulty methods to use difficultyconstants.

  • John Dalbey John Dalbey created ticket #2

    Feature request: Add difficulty score to printed puzzle.

  • John Dalbey John Dalbey committed [r19]

    Add a Print option to File menu. Multifile commit - SudokuFrame, SudokuExplainer, SudokuIO. This creates an HTML file and then opens a browser with that file displaying. You then have to invoke the browser's print function to actually create a printout.

  • John Dalbey John Dalbey committed [r18]

    Multifile commit - SudokuFrame, SudokuExplainer, SudokuIO. Added a puzzle 'database' which is a flat file of several thousand labeled puzzle boards. The new "Retrieve" File menu option allows the user to enter the label of one of the entries in the database and the program will load that puzzle into the GUI grid. (The puzzle file is located in the resources folder).

  • John Dalbey John Dalbey committed [r17]

    README.md Updated to describe current version.

  • John Dalbey John Dalbey committed [r16]

    Analyzer.java enhanced to refine scoring of Direct Pointing. Tweak output summary format.

  • John Dalbey John Dalbey committed [r15]

    Analyzer.java enhanced to refine scoring and output summary format on one line to analysis log.

  • John Dalbey John Dalbey committed [r14]

    Analyzer.java enhanced to show an experimental score that ignores fullhouse and hiddensingle.

  • John Dalbey John Dalbey committed [r13]

    Add Puzzle.java to calculate "simple" 3-factor ratings.

  • John Dalbey John Dalbey committed [r12]

    Added Analyzer.java. Similar to serate but outputs a subtotal for each rule frequency and computes a total score. Modified from a similar routine by user 1to9only.

  • John Dalbey John Dalbey committed [r11]

    Remove extraneous config file

  • John Dalbey John Dalbey committed [r10]

    Tagging release 0.1 that features a properties file of solving techniques and difficulties.

  • John Dalbey John Dalbey committed [r9]

    Move all files into trunk and remove the extraneous intermediate directory.

  • John Dalbey John Dalbey committed [r8]

    Solver.java Removed the old hardcoded routine to add rules in a certain order.

  • John Dalbey John Dalbey committed [r7]

    Multiple rule files updated to use the difficultyconstant properties in their getDifficulty method. (Mostly just the easy rules).

  • John Dalbey John Dalbey committed [r6]

    Solver.java Modified to add hintproducers dynamically, in the order of the technique difficulty found in properties file.

  • John Dalbey John Dalbey committed [r5]

    Solver.java Formatted source code and added a couple of clarifying comments.

  • John Dalbey John Dalbey committed [r4]

    Settings.java Add a method called during instantiation to load hint difficulty values from a properties file, currently named difficultyconstants.properties. Add a getter getTechniqueDifficulty that is passed a SolverTechnique enum value and returns the difficulty score for that kind of hint. This provides a flexible way for the user to modify the rating scale.

  • John Dalbey John Dalbey committed [r3]

    Symmetry.java Removed unicode characters.

  • John Dalbey John Dalbey committed [r2]

    Initial import of project sources

  • John Dalbey John Dalbey committed [r1]

    Add initial directories

  • John Dalbey John Dalbey modified a wiki page

    Home

1