Simple strategy for winning a specified goal using paired moves. More...
#include <utility>
#include "SgArray.h"
#include "SgBlackWhite.h"
#include "SgBWArray.h"
#include "SgHash.h"
#include "SgPointSet.h"
#include "SgStrategy.h"
#include "SgVector.h"
Go to the source code of this file.
Classes | |
class | SgMiaiStrategy |
Pair of moves strategy - if opponent plays one we must play other. More... | |
Namespaces | |
namespace | SgMiaiPairUtil |
Typedefs | |
typedef std::pair< SgPoint, SgPoint > | SgMiaiPair |
Functions | |
SgPoint | SgMiaiPairUtil::Other (const SgMiaiPair &pair, SgPoint p) |
Simple strategy for winning a specified goal using paired moves.
Definition in file SgMiaiStrategy.h.
typedef std::pair<SgPoint, SgPoint> SgMiaiPair |
Definition at line 20 of file SgMiaiStrategy.h.