|
static void | wthor_header_set (WthorHeader *wheader, unsigned int n_games, unsigned int n, unsigned int year) |
| Set wthor header. More...
|
|
static bool | wthor_header_read (WthorHeader *wheader, FILE *f) |
| Read wthor header. More...
|
|
static bool | wthor_header_write (WthorHeader *wheader, FILE *f) |
| Read wthor header. More...
|
|
static void | wthor_players_init (WthorBase *base) |
| Init wthor players. More...
|
|
static void | wthor_players_load (WthorBase *base, const char *file) |
| Load wthor players. More...
|
|
static void | wthor_players_save (WthorBase *base, const char *file) |
| Load wthor players. More...
|
|
int | wthor_player_get (WthorBase *base, const char *name) |
| Get a Wthor player's index. More...
|
|
static void | wthor_tournaments_load (WthorBase *base, const char *file) |
| Load wthor tournaments. More...
|
|
void | wthor_init (WthorBase *base) |
| Initialize a Wthor base. More...
|
|
bool | wthor_load (WthorBase *base, const char *file) |
| Load a wthor base. More...
|
|
void | wthor_free (WthorBase *base) |
| Free a wthor base. More...
|
|
bool | wthor_save (WthorBase *base, const char *file) |
| Save a wthor base. More...
|
|
bool | base_to_wthor (const Base *base, WthorBase *wthor) |
| Convert to a wthor base. More...
|
|
void | wthor_print_game (WthorBase *base, int i, FILE *f) |
| print a wthor game. More...
|
|
static void | wthorgame_get_board (WthorGame *game, const int n_empties, Board *board, int *player) |
| Get a position from a Wthor game. More...
|
|
int | pv_check (const Board *init_board, Line *pv, Search *search) |
| Verify that a PV does not contain errors. More...
|
|
void | wthor_test (const char *file, Search *search) |
| Test Search with a wthor base. More...
|
|
void | wthor_eval (const char *file, Search *search, unsigned long long histogram[129][65]) |
| Test Eval with a wthor base. More...
|
|
void | wthor_edaxify (const char *file) |
| Change players to "Edax (delorme)" and tourney to "Etudes" in a wthor base. More...
|
|
void | base_init (Base *base) |
| Initialize a game database. More...
|
|
void | base_free (Base *base) |
| Free resources of a game database. More...
|
|
void | base_append (Base *base, const Game *game) |
| Add a game to a game database. More...
|
|
void | base_unique (Base *base) |
| Make games unique in the game database. More...
|
|
bool | base_load (Base *base, const char *file) |
| Load a game database. More...
|
|
void | base_save (const Base *base, const char *file) |
| Save a game database. More...
|
|
void | base_to_problem (Base *base, const int n_empties, const char *problem) |
| Convert a game database to a set of problems. More...
|
|
void | base_to_FEN (Base *base, const int n_empties, const char *problem) |
| Convert a game database to a set of problems. More...
|
|
void | base_analyze (Base *base, Search *search, const int n_empties, const bool apply_correction) |
| Base analysis. More...
|
|
void | base_complete (Base *base, Search *search) |
| Base analysis. More...
|
|
void | base_compare (const char *file_1, const char *file_2) |
| Base Compare. More...
|
|
Header file for game base management.
- Date
- 1998 - 2017
- Author
- Richard Delorme
- Version
- 4.4