".html_text(" int get_output_file_path(RESULT const&, std::string&); ")," Returns the path of a result's output file (parses result.xml_doc_out and computes the file's position in the hierarchical directory structure). ".html_text(" int get_output_file_paths(RESULT const&, vector&); "),"

Same, for multiple output files.


".html_text(" int try_fopen(char* path, FILE*& f, char* mode); ")." Open a file, distinguishing between recoverable and nonrecoverable errors. Returns zero on success. Returns ERR_FOPEN if the directory is present but not the file (this is considered a nonrecoverable error). Returns ERR_OPENDIR if the directory is not there (this is generally a recoverable error, like NFS mount failure).
".html_text(" double median_mean_credit(vector const& results); ")." Given a vector of N correct results, computes a canonical credit as follows: "; page_tail(); ?>