Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void VisualizeIntendedSolutionBug(IProgressVisualizerData)

Declaration

public void VisualizeIntendedSolutionBug(
    IProgressVisualizerData data
)

Summary

This method is only called if SolverInstructions.IntendedSolution was specified and the solver encountered a constraint that ruled out the intended solution. Visualizes the state of the solver at this point in order to show the information necessary to debug the constraint.

Parameters

IProgressVisualizerDatadata An IProgressVisualizerData object containing information about the puzzle and solver state.