run

Function run 

Source
pub fn run(model: &Model, output_path: &Path, debug_model: bool) -> Result<()>
Expand description

Run the simulation.

ยงArguments:

  • model - The model to run
  • output_path - The folder to which output files will be written
  • debug_model - Whether to write additional information (e.g. duals) to output files