Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<int[]> Solve(SolverInstructions)

  • Declared in: PuzzleSolvers.Puzzle

Declaration

public IEnumerable<int[]> Solve(
    SolverInstructions solverInstructions = null
)

Summary

Returns a lazy sequence containing the solutions for this puzzle.