56 void OutputTimes(FILE* output,
float fCpu,
float fElapsed);
void OutputTimes(FILE *output, float fCpu, float fElapsed)
Output times.
Header for the thread safe queue CThreadSafeQueue.
Defines, enumerated types, and typedefs.
CGenerator()
Default constructor.
void Time(const CTourneyDesc &t, int nThreads, int n)
Time.
void OutputStat(FILE *output, double a[8])
Output a statistic.
Header for the structs CSearchRequest, CSearchResult, and CRect.
void Generate(const CTourneyDesc &t, int nThreads)
Generate.
Header for the search thread CSearchThread.
std::vector< std::thread > m_vecThreadList
Thread list for search.
Header for the search thread queues CSearchThreadQueues.
Knight's tour and tourney generator.
int m_nHeight
Board height.
void Measure(const CTourneyDesc &t, int nThreads, int n)
Measure.