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