Functions
facade.cc File Reference
#include "osl/c/facade.h"
#include "osl/checkmate/dualDfpn.h"
#include "osl/game_playing/alphaBetaPlayer.h"
#include "osl/game_playing/gameState.h"
#include "osl/search/simpleHashTable.h"
#include "osl/search/simpleHashRecord.h"
#include "osl/record/csaString.h"
#include "osl/record/csa.h"
#include <string>
#include <cstdio>
Include dependency graph for c/facade.cc:

Go to the source code of this file.

Functions

void osl_init ()
int checkmate_attack (const char *state_str, int &limit, char *move)
int checkmate_escape (const char *state_str, int limit)
int search (const char *state_str, int seconds, int verbose, char *move)

Function Documentation

int checkmate_attack ( const char *  state_str,
int &  limit,
char *  move 
)

Definition at line 21 of file c/facade.cc.

References osl::record::csa::show().

int checkmate_escape ( const char *  state_str,
int  limit 
)

Definition at line 40 of file c/facade.cc.

References osl::record::usi::escape().

void osl_init ( )

Definition at line 15 of file c/facade.cc.

References osl::OslConfig::setUp().

int search ( const char *  state_str,
int  seconds,
int  verbose,
char *  move 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines