All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions | Variables
find-uplevel-king.cc File Reference
#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>
Include dependency graph for find-uplevel-king.cc:

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
 

Function Documentation

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().

Variable Documentation

int count = 0

Definition at line 15 of file find-uplevel-king.cc.