// I have 290 files 938,4Mb database, i suppose is 5men complete database (pawn and pieces)
SyzygyPath=/tmp/syzygy
// only 5 men
SyzygyProbeLimit=5
I tried to change this:
ucioption.cpp
void init(OptionsMap& o) {
...
o["SyzygyPath"] = Option("/tmp/syzygy", on_tb_path);
o["SyzygyProbeDepth"] = Option(1, 1, 100);
o["Syzygy50MoveRule"] = Option(true);
// I dont know how to change this line, to force 5 men complete database
o["SyzygyProbeLimit"] = Option(6, 0, 6);
any suggest welcome
purpose is debugging stockfish syzygy with Path and ProbeLimit available.
I hope im not off topic.
ciao & thanks you