My Project
obftest.h File Reference

Problem solver. More...

Go to the source code of this file.

Functions

void obf_test (struct Search *, const char *, const char *)
 Test an OBF file.
 
void script_to_obf (struct Search *, const char *, const char *)
 Build an OBF file from a Script file.
 
void obf_filter (const char *, const char *)
 Select hard position from an OBF file.
 
void obf_speed (struct Search *, const int)
 
void _obf_speed (struct Search *, const int n, BenchResult *)
 Test edax speed by running for at least 1 minutes on problems deeper and deeper.
 

Detailed Description

Problem solver.

Date
1998 - 2017
Author
Richard Delorme
Version
4.4

Function Documentation

◆ _obf_speed()

void _obf_speed ( Search * search,
const int n,
BenchResult * result )

Test edax speed by running for at least 1 minutes on problems deeper and deeper.

Parameters
searchSearch.

◆ obf_filter()

void obf_filter ( const char * input_file,
const char * output_file )

Select hard position from an OBF file.

Parameters
input_fileOBF file.
output_fileFiltered OBF file.

◆ obf_speed()

void obf_speed ( struct Search * search,
const int n )

◆ obf_test()

void obf_test ( Search * search,
const char * obf_file,
const char * wrong_file )

Test an OBF file.

Parameters
searchSearch.
obf_fileOBF file.
wrong_fileOBF 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
searchSearch.
script_filefile with a set of position.
obf_fileOBF file.