The opening book. More...
#include <book.h>
Public Attributes | |
| struct { | |
| short year | |
| char month | |
| char day | |
| char hour | |
| char minute | |
| char second | |
| } | date |
| struct { | |
| int level | |
| int n_empties | |
| int midgame_error | |
| int endcut_error | |
| int verbosity | |
| } | options |
| struct { | |
| int n_nodes | |
| int n_links | |
| int n_todo | |
| } | stats |
| struct PositionArray * | array |
| struct PositionStack * | stack |
| int | n |
| bool | need_saving |
| Random | random [1] |
| Search * | search |
The opening book.
struct Book
| struct PositionArray* Book::array |
| struct { ... } Book::date |
| char Book::day |
| int Book::endcut_error |
| char Book::hour |
| int Book::level |
| int Book::midgame_error |
| char Book::minute |
| char Book::month |
| int Book::n |
| int Book::n_empties |
| int Book::n_links |
| int Book::n_nodes |
| int Book::n_todo |
| bool Book::need_saving |
| struct { ... } Book::options |
| Random Book::random[1] |
| Search* Book::search |
| char Book::second |
| struct PositionStack* Book::stack |
| struct { ... } Book::stats |
| int Book::verbosity |
| short Book::year |
1.8.14