#include "osl/checkmate/fixedDepthSearcher.h"#include "osl/record/csaString.h"#include "osl/record/csaRecord.h"#include "osl/state/numEffectState.h"#include "osl/misc/perfmon.h"#include <boost/scoped_ptr.hpp>#include <string>#include <iostream>#include <cstdlib>#include <cstdio>#include <unistd.h>
関数 | |
| void | usage (const char *prog) |
| void | search (int depth, const char *filename) |
| int | main (int argc, char **argv) |
変数 | |
| bool | verbose = false |
| int | num_checkmate = 0 |
| int | num_escape = 0 |
| int | num_unkown = 0 |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
fixed-checkmate.cc の 32 行で定義されています。
参照先 depth, num_checkmate, num_escape, num_unkown, search(), usage(), と verbose.
| void search | ( | int | depth, | |
| const char * | filename | |||
| ) |
| void usage | ( | const char * | prog | ) |
fixed-checkmate.cc の 18 行で定義されています。
| int num_checkmate = 0 |
fixed-checkmate.cc の 28 行で定義されています。
| int num_escape = 0 |
fixed-checkmate.cc の 28 行で定義されています。
| int num_unkown = 0 |
fixed-checkmate.cc の 28 行で定義されています。
| bool verbose = false |
fixed-checkmate.cc の 27 行で定義されています。
1.6.3