#include "osl/record/opening/openingBook.h"
#include "osl/state/simpleState.h"
#include "osl/record/csa.h"
#include "osl/record/csaRecord.h"
#include "osl/stl/hash_map.h"
#include "osl/hash/hashKey.h"
#include "osl/oslConfig.h"
#include <boost/foreach.hpp>
#include <iostream>
Go to the source code of this file.
Typedefs | |
typedef hash_map< HashKey, WeightedBook::WMoveContainer > | state_map |
Functions | |
void | show (const std::string &filename, const state_map &states, const SimpleState &state) |
int | main (int argc, char **argv) |
typedef hash_map<HashKey, WeightedBook::WMoveContainer> state_map |
Definition at line 16 of file show-moves.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 37 of file show-moves.cc.
References book(), osl::record::opening::WeightedBook::getBoard(), osl::record::csa::CsaFile::getInitialState(), osl::record::Record::getMoves(), osl::record::opening::WeightedBook::getMoves(), osl::record::csa::CsaFile::getRecord(), osl::record::opening::WeightedBook::getStartState(), osl::HIRATE, moves, osl::OslConfig::openingBook(), and osl::record::csa::show().
void show | ( | const std::string & | filename, |
const state_map & | states, | ||
const SimpleState & | state | ||
) |
Definition at line 17 of file show-moves.cc.
References moves, and osl::record::csa::show().