Function run

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

Run the simulation.

ยงArguments:

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