sudoku_human
Class PrintSolutions

java.lang.Object
  extended by sudoku_human.PrintSolutions

public class PrintSolutions
extends java.lang.Object

classe contenente il main per usare l'algoritmo umano.

Author:
Marco Cornolti

Constructor Summary
PrintSolutions()
           
 
Method Summary
static void main(java.lang.String[] args)
          Metodo main per risolvere tutte le istanze presenti in SudokuGames con l'algoritmo umano e stamparne la soluzione.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintSolutions

public PrintSolutions()
Method Detail

main

public static void main(java.lang.String[] args)
Metodo main per risolvere tutte le istanze presenti in SudokuGames con l'algoritmo umano e stamparne la soluzione.