Function caminos_lib::file_main

source ·
pub fn file_main(
    file: &mut File,
    plugs: &Plugs,
    results_file: Option<File>,
    free_args: &[String]
) -> Result<(), Error>
Expand description

Main when passed a configuration file as path file must be a configuration file with the experiment to simulate. plugs contains the plugged builder functions. result_file indicates where to write the results. free_args are free arguments. Those of the form path=value are used to override configurations.