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

Tiny priority queue used by the engine for move ordering. More...

#include <cstdint>
Include dependency graph for MoveList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BitBully::MoveList
 Fixed-capacity priority queue tailored for Connect-4 move ordering. More...

Namespaces

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

Detailed Description

Tiny priority queue used by the engine for move ordering.

Definition in file MoveList.h.