pub fn run(
model: Model,
assets: AssetPool,
output_path: &Path,
debug_model: bool,
) -> Result<()>
Expand description
Run the simulation.
ยงArguments:
model
- The model to runassets
- The asset pooloutput_path
- The folder to which output files will be writtendebug_model
- Whether to write additional information (e.g. duals) to output files