![]() |
Knight's Tour Generator
Tourneys and the Fast Generation and Obfuscation of Closed Knight's Tours
|
Search request. More...
#include <Structs.h>
Public Member Functions | |
CSearchRequest (const CTourneyDesc &t, int w, int h, int s) | |
Constructor. More... | |
CSearchRequest () | |
Default constructor. More... | |
Public Attributes | |
CTourneyDesc | m_cTourneyDesc |
Tourney descriptor. | |
int | m_nWidth = 0 |
Board width. | |
int | m_nHeight = 0 |
Board height. | |
int | m_nSize = 0 |
Board size. | |
bool | m_bDiscard = false |
Discard result. | |
int | m_nSeed = 0 |
PRNG seed. | |
CSearchRequest::CSearchRequest | ( | const CTourneyDesc & | t, |
int | w, | ||
int | h, | ||
int | s | ||
) |
The search request constructor.
t | Tourney descriptor. |
w | Board width. |
h | Board height. |
s | PRNG seed. |
Definition at line 57 of file Structs.cpp.
CSearchRequest::CSearchRequest | ( | ) |
The default search request constructor.
Definition at line 63 of file Structs.cpp.