resultsReport

fun MultiEchelonNetwork.resultsReport(title: String = " - Results", confidenceLevel: Double = 0.95): ReportNode.Document(source)

Build a complete results report for this network: a network overview, a cost summary (per formulation, tier × line), and an inventory performance table. Call after model.simulate(), then render with the standard KSL helpers (toMarkdown(), writeHtml(), showInBrowser(), …).

Return

the report document (render with the KSL report extensions)

Parameters

title

report title

confidenceLevel

level for reported cost half-widths