Read-only access to BitBully's pre-computed Connect-4 opening books. More...
#include <Board.h>#include <cassert>#include <filesystem>#include <fstream>#include <iostream>#include <limits>#include <tuple>#include <vector>Go to the source code of this file.
Classes | |
| class | BitBully::OpeningBook |
| Sorted in-memory table mapping Huffman-encoded positions to scores. More... | |
Namespaces | |
| namespace | BitBully |
| Top-level namespace for the BitBully Connect-4 engine. | |
Read-only access to BitBully's pre-computed Connect-4 opening books.
Two database flavours are supported:
The on-disk layout follows the format produced by the offline solver and the file size unambiguously identifies the variant; clients usually rely on the inferring single-argument OpeningBook constructor.
Definition in file OpeningBook.h.