7namespace fs = std::filesystem;
11 static constexpr const char* PATH_MESSAGE =
"path of the current preprocess: ";
12 static constexpr const char* TIME_MESSAGE =
"Finished time: ";
static constexpr const char * CONFIG_PATH
Configuration file path.
static std::vector< std::string > read_current_run_params()
read preprocessing parameters runs
static void save_current_run_params(const fs::path &path)
Saves preprocessing parameters for future runs.