Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

HexUctKnowledge.cpp

Go to the documentation of this file.
00001 //----------------------------------------------------------------------------
00002 /** @file HexUctKnowledge.cpp
00003  */
00004 //----------------------------------------------------------------------------
00005 
00006 #include "SgSystem.h"
00007 #include "HexUctState.hpp"
00008 #include "HexUctKnowledge.hpp"
00009 
00010 using namespace benzene;
00011 
00012 //----------------------------------------------------------------------------
00013 
00014 HexUctKnowledge::HexUctKnowledge(const HexUctState& state) 
00015     : m_state(state)
00016 {
00017 }
00018 
00019 HexUctKnowledge::~HexUctKnowledge()
00020 {
00021 }
00022 
00023 void HexUctKnowledge::ProcessPosition(std::vector<SgMoveInfo>& moves)
00024 {
00025     SG_UNUSED(moves);
00026 }
00027 
00028 //----------------------------------------------------------------------------


6 Jan 2011 Doxygen 1.6.3