Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: PuzzleSolvers.Fillomino

Summary

Contains an algorithm for solving Fillomino puzzles. This solver is independent of Puzzle.

Static methods

IEnumerable<int[]>
Solve(int w, int?[] grid, bool debugOutput = false)
Solves a Fillomino puzzle of the specified size.
IEnumerable<int[][]>
SolveP(int w, int?[] grid, bool debugOutput = false)