Show / Hide Table of Contents

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 Source

CreateSolver()

Creates an efficient solver for solving standard Sudoku puzzles.

Declaration
public static PuzzleSolver<PuzzleWithPossibleValues> CreateSolver()
Returns
Type Description
PuzzleSolver<PuzzleWithPossibleValues>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX