#include "osl/state/numEffectState.h"
#include "osl/hash/hashKey.h"
#include <boost/program_options.hpp>
#include "osl/record/kisen.h"
#include "osl/record/csa.h"
#include "osl/stl/hash_map.h"
#include <iostream>
#include <fstream>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | hash |
struct | equalKey |
struct | State |
Functions | |
void | find_all (const int num_ply, const int threshold, bool save, const std::vector< std::string > &files) |
int | main (int argc, char **argv) |
void find_all | ( | const int | num_ply, |
const int | threshold, | ||
bool | save, | ||
const std::vector< std::string > & | files | ||
) |
Definition at line 38 of file all-states.cc.
References osl::alt(), State::count, osl::record::KisenFile::getInitialState(), osl::record::KisenFile::getMoves(), State::moves, moves, out, osl::record::csa::show(), and osl::record::KisenFile::size().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 121 of file all-states.cc.
References files, find_all(), run(), store(), threshold, and vm.