Class TSolver (unit Solver)

Inherits from

TThread

Constructors


constructor Create( AGame: TGame );

------------------------------------------------------------------------------


Functions

destructor Destroy;

------------------------------------------------------------------------------

procedure Solve;

------------------------------------------------------------------------------

procedure Execute;

------------------------------------------------------------------------------

Properties

property State : TSolveState


Events

Variables

FDone : Boolean;


FGame : TGame;

Private declarations

FState : TSolveState;



Constructors


constructor Create( AGame: TGame );

------------------------------------------------------------------------------


Functions


destructor Destroy;

------------------------------------------------------------------------------


procedure Solve;

------------------------------------------------------------------------------


procedure Execute;

------------------------------------------------------------------------------


Properties


property State : TSolveState


Events


Variables


FDone : Boolean;


FGame : TGame;

Private declarations


FState : TSolveState;