Click or drag to resize
Dlx Events

The Dlx type exposes the following members.

Events
  NameDescription
Public eventCancelled
Occurs when the caller requests cancellation via the CancellationToken passed to Dlx(CancellationToken).
Public eventFinished
Occurs once when the internal search algorithm finishes.
Public eventSearchStep
Occurs for each set of rows considered by the internal search algorithm.
Public eventSolutionFound
Occurs for each solution found to the exact cover problem.
Public eventStarted
Occurs once when the internal search algorithm starts.
Top
See Also