#include "Hex.hpp"#include "HexBoard.hpp"#include "StoneBoard.hpp"#include "VC.hpp"Go to the source code of this file.
Namespaces | |
| namespace | VCUtils |
Utilities on VCs. | |
Functions | |
| bitset_t | VCUtils::GetMustplay (const HexBoard &brd, HexColor color) |
| Returns mustplay for color to move. | |
| bool | VCUtils::ValidEdgeBridge (const StoneBoard &brd, const bitset_t &carrier, HexPoint &endpoint, HexPoint &edge) |
| Returns true if carrier defines a valid bridge to the edge. | |
Definition in file VCUtils.hpp.