pub fn run_case(case: SimulationCase) -> Result<CaseArtifacts>Expand description
Execute one source-simulation case on an explicitly sized stack.
ยงErrors
Returns an error for any protocol mismatch, accounting mismatch, terminal mismatch, cycle-cap violation, or simulation-thread panic.