Class StandardPuzzles
Provides utilities for interacting with standard Sudoku puzzles.
Inheritance
System.Object
StandardPuzzles
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SudokuSpice.RuleBased
Assembly: SudokuSpice.dll
Syntax
public static class StandardPuzzles
Methods
| Improve this Doc View SourceCreateSolver()
Creates an efficient solver for solving standard Sudoku puzzles.
Declaration
public static PuzzleSolver<PuzzleWithPossibleValues> CreateSolver()
Returns
Type | Description |
---|---|
PuzzleSolver<PuzzleWithPossibleValues> |