Initializing help system before first use

cp_print_stats

cp_print_stats


Purpose
This procedure dumps some statistics about the search process (time elapsed, number of nodes, depth, number of backtracks and total time spent in callbacks) into a CSV-format file, overwriting any existing contents of the specified file.
Synopsis
procedure cp_print_stats(fname: string)
Argument
fname 
the name (filepath) of the file to be used for the output
Related topics