#include "SgBlackWhite.h"
#include "SgPoint.h"
Go to the source code of this file.
Namespaces | |
namespace | GoStaticLadder |
Fast ladder computations that do not play actual moves on the board. | |
Functions | |
bool | GoStaticLadder::IsEdgeLadder (const GoBoard &bd, SgPoint target, SgBlackWhite toPlay) |
Return true, if block can be captured in a ladder running along the edge. | |
bool | GoStaticLadder::IsLadder (const GoBoard &bd, SgPoint target, SgBlackWhite toPlay) |
Return true, if block can be captured in a ladder. |
Definition in file GoStaticLadder.h.