#include <solver_dialog.h>
Inheritance diagram for SolverDialog::
Public Methods | |
SolverDialog (Map const &map, QWidget *parent=0, char const *name=0) | |
virtual | ~SolverDialog () |
Solver const * | solver () const |
QString | positionsExaminedAsText () const |
Private Slots | |
void | prepareSolver () |
void | performSolve () |
Private Attributes | |
Solver * | m_solver |
QTimer * | m_timer |
int | m_positions_per_step |
int | m_steps_rest |
int | m_steps_million |
|
Creates the dialog.
|
|
Releases all resources.
|
|
Performs the solve.
|
|
Returns the number of positions examined as a human readable string.
|
|
Initialzes the solver.
|
|
Returns the solver.
|
|
The number of positions per step.
|
|
The solver.
|
|
The number of positions in million.
|
|
The number of positions beyond the millions.
|
|
The timer used.
|