#include <iostream>
#include <string>
#include <boost/shared_ptr.hpp>
#include "SgMove.h"
#include "SgUctValue.h"
#include "SgUctSearch.h"
Go to the source code of this file.
Classes | |
class | SgMpiSynchronizer |
Interface for mpi synchronizers. More... | |
class | SgMpiNullSynchronizer |
Synchronizer with empty implementation. More... | |
Typedefs | |
typedef boost::shared_ptr < SgMpiSynchronizer > | SgMpiSynchronizerHandle |
Definition in file SgMpiSynchronizer.h.
typedef boost::shared_ptr<SgMpiSynchronizer> SgMpiSynchronizerHandle |
Definition at line 72 of file SgMpiSynchronizer.h.