Click or drag to resize
Dlx Methods

The Dlx type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodCode exampleSolveT(T)
Find all possible solutions to an exact cover problem given a 2-dimensional array of T.
Public methodCode exampleSolveT(T, FuncT, Boolean)
Find all possible solutions to an exact cover problem given a 2-dimensional array of T and a predicate.
Public methodCode exampleSolveT(T, Int32)
Find all possible solutions to an exact cover problem given a 2-dimensional array of T containing primary and secondary columns.
Public methodCode exampleSolveT(T, FuncT, Boolean, Int32)
Find all possible solutions to an exact cover problem given a 2-dimensional array of T containing primary and secondary columns and a predicate.
Public methodCode exampleSolveTData, TRow, TCol(TData, FuncTData, IEnumerableTRow, FuncTRow, IEnumerableTCol)
Find all possible solutions to an exact cover problem given an arbitrary data structure representing a matrix.
Public methodCode exampleSolveTData, TRow, TCol(TData, FuncTData, IEnumerableTRow, FuncTRow, IEnumerableTCol, FuncTCol, Boolean)
Find all possible solutions to an exact cover problem given an arbitrary data structure representing a matrix and a predicate.
Public methodCode exampleSolveTData, TRow, TCol(TData, FuncTData, IEnumerableTRow, FuncTRow, IEnumerableTCol, Int32)
Find all possible solutions to an exact cover problem given an arbitrary data structure representing a matrix containing primary and secondary columns.
Public methodCode exampleSolveTData, TRow, TCol(TData, FuncTData, IEnumerableTRow, FuncTRow, IEnumerableTCol, FuncTCol, Boolean, Int32)
Find all possible solutions to an exact cover problem given an arbitrary data structure representing a matrix containing primary and secondary columns and a predicate.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also