#include "osl/container/moveVector.h"
#include "osl/hash/hashKey.h"
#include "osl/state/numEffectState.h"
#include "osl/record/kisen.h"
#include "osl/record/csaRecord.h"
#include "osl/checkmate/dualDfpn.h"
#include "osl/eval/see.h"
#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/mean.hpp>
#include <boost/accumulators/statistics/max.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/program_options.hpp>
#include <boost/filesystem/convenience.hpp>
#include <boost/foreach.hpp>
#include <boost/format.hpp>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Functions | |
static void | convert (const std::vector< std::string > &input_filename, const std::string &output_kisen_filename, size_t checkmate_limit, bool output_ipx) |
int | main (int argc, char **argv) |
static void convert | ( | const std::vector< std::string > & | input_filename, |
const std::string & | output_kisen_filename, | ||
size_t | checkmate_limit, | ||
bool | output_ipx | ||
) | [static] |
Definition at line 20 of file checkmate-kisen.cc.
References osl::record::RecordVisitor::addMoveAndAdvance(), osl::alt(), osl::BLACK, BLACK_WIN, osl::record::Record::getMoves(), osl::eval::max(), moves, osl::record::Record::setPlayer(), osl::record::RecordVisitor::setRecord(), osl::record::Record::setResult(), osl::record::RecordVisitor::setState(), osl::WHITE, and WHITE_WIN.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 90 of file checkmate-kisen.cc.
References checkmate_limit, osl::eval::convert(), files, kisen_filename, run(), store(), and vm.