See GoUctDefaultRootFilter.h. More...
#include "SgSystem.h"#include "GoUctDefaultRootFilter.h"#include "GoBensonSolver.h"#include "GoBoard.h"#include "GoBoardUtil.h"#include "GoModBoard.h"#include "GoSafetySolver.h"#include "SgWrite.h"Go to the source code of this file.
Functions | |
| bool | IsEmptyEdge (const GoBoard &bd, SgPoint p) |
| Return true, if point is on edge line and no stone is within a Manhattan distance of 4. | |
Definition in file GoUctDefaultRootFilter.cpp.
Return true, if point is on edge line and no stone is within a Manhattan distance of 4.
Definition at line 22 of file GoUctDefaultRootFilter.cpp.
References SgPointUtil::Col(), GoBoard::Occupied(), SgPointUtil::Pt(), SgPointUtil::Row(), and GoBoard::Size().
Referenced by GoUctDefaultRootFilter::Get().