BitBully 0.0.78
A fast, perfect-play Connect-4 engine in modern C++
Loading...
Searching...
No Matches
TranspositionTable.cpp File Reference

Translation-unit anchor for BitBully::TranspositionTable. More...

Include dependency graph for TranspositionTable.cpp:

Go to the source code of this file.

Namespaces

namespace  BitBully
 Top-level namespace for the BitBully Connect-4 engine.

Detailed Description

Translation-unit anchor for BitBully::TranspositionTable.

The cache is implemented entirely in the header; this file ensures the symbols end up in one translation unit when the library is linked.

Definition in file TranspositionTable.cpp.