Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: ProgressVisualizer(int)

Declaration

public ProgressVisualizer(
    int depth
)

Summary

Provides a default implementation for IProgressVisualizer which displays, on the console, one row of information for each cell currently under consideration, up to a specified recursion depth, highlighting for each cell the values under consideration, thus giving a somewhat informative idea of the amount of progress made in the puzzle.

Parameters

intdepth The maximum amount of recursion depth to visualize (number of rows output to the console).