The simple example program should accept options -d and -t. The -d option should take a number for the plycount that the program ought to search. The -t option should be the timeout value for the search algorithm. Both of these options may be optional, and if they are not provided by the user, the program should use sensible defaults.
The simple example program should accept options
-d
and-t
. The-d
option should take a number for the plycount that the program ought to search. The-t
option should be the timeout value for the search algorithm. Both of these options may be optional, and if they are not provided by the user, the program should use sensible defaults.