Skip to main content

Module examples

Module examples 

Source
Expand description

Command line arguments and result files shared by the anytime examples.

Structs§

ExampleParser
Command line arguments of the anytime examples.
Res
The results of one run, saved as JSON.

Functions§

load_results
Reads results saved earlier, if the file exists and parses.
remove_results
Deletes a result file if it exists.
save_results
Writes result to result_path, creating its directory.