#include "osl/game_playing/gameState.h"
#include "osl/record/kisen.h"
#include "osl/record/csaRecord.h"
#include "osl/container/moveVector.h"
#include "osl/sennichite.h"
#include <boost/program_options.hpp>
#include <boost/foreach.hpp>
#include <iostream>
#include <cmath>
Go to the source code of this file.
Functions | |
bool | run (const NumEffectState &initial, const vector< Move > &moves) |
int | main (int argc, char **argv) |
Variables | |
int | count = 0 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 31 of file find-uplevel-king.cc.
References count, kisen_filename, moves, run(), store(), and vm.
bool run | ( | const NumEffectState & | initial, |
const vector< Move > & | moves | ||
) |
Definition at line 16 of file find-uplevel-king.cc.
References osl::alt().
int count = 0 |
Definition at line 15 of file find-uplevel-king.cc.