Problem solver.
More...
Go to the source code of this file.
Problem solver.
- Date
- 1998 - 2017
- Author
- Richard Delorme
- Version
- 4.4
◆ obf_filter()
void obf_filter |
( |
const char * |
input_file, |
|
|
const char * |
output_file |
|
) |
| |
Select hard position from an OBF file.
- Parameters
-
input_file | OBF file. |
output_file | Filtered OBF file. |
◆ obf_speed()
void obf_speed |
( |
Search * |
search, |
|
|
const int |
n |
|
) |
| |
Test edax speed by running for at least 1 minutes on problems deeper and deeper.
- Parameters
-
◆ obf_test()
void obf_test |
( |
Search * |
search, |
|
|
const char * |
obf_file, |
|
|
const char * |
wrong_file |
|
) |
| |
Test an OBF file.
- Parameters
-
search | Search. |
obf_file | OBF file. |
wrong_file | OBF file with position wrongly analyzed. |
◆ script_to_obf()
void script_to_obf |
( |
Search * |
search, |
|
|
const char * |
script_file, |
|
|
const char * |
obf_file |
|
) |
| |
Build an OBF file from a Script file.
- Parameters
-
search | Search. |
script_file | file with a set of position. |
obf_file | OBF file. |