Click or drag to resize
DlxLib Namespace
DlxLib is a C# class library that solves exact cover problems by implementing Donald E. Knuth's Algorithm X using the Dancing Links technique as described in his paper, Dancing Links.
Classes
  ClassDescription
Public classDlx
Use this class to solve exact cover problems.
Public classSearchStepEventArgs
Provides data for the SearchStep event.
Public classSolution
Represents a solution to an exact cover problem.
Public classSolutionFoundEventArgs
Provides data for the SolutionFound event.
Remarks